Description
I am updating this issue to address the infra that we need to archive a package.
Step 1 - update pyosmeta model for packages
- add a new yaml key to the package data file
let’s come up with a key together in our packages yaml file to indicate an archived package.
Suggestion:
archive: True
to implement this you will have to add a archive: bool
which defaults to false to this ReviewModel in pyosMeta.
Once the above is done, we can update the nbless item to be True
through a manual commit.
Step 2 - update the website
- Update this page - https://github.com/pyOpenSci/pyopensci.github.io/blob/main/_pages/python-packages.md to include a liquid filter that filters packages where archive == True.
- Add a section to that page to list archived packages - we can create a page in the future when we have more archived packages. But for now let's eep this simple
The NBless package has not been updated in several years. I have also tried to reach out to the maintainer via email and GitHub with no response. As such, we should archive nbless following our pyOpenSci policies.
This issue begins that process. To accommodate this, I'll need to update our website package listing with an archived package section.
pyOpenSci/software-submission#109 <- this is the issue where we discussed updating all of the older review metadata to support website search.