You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am updating this issue to address the infra that we need to archive a package.
Step 1 - update pyosmeta model for packages
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
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.
The text was updated successfully, but these errors were encountered: