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:
To do this, I'm going to add a field to the pyosMeta ReviewModel to track this archived status and populate that value from a new label on issues. This will let us go back and simply add a label to a package's review issue to mark it as "archived".
Trouble is, we already have a field named "archive" on the ReviewModel so a question arises: what do we want to call this field and what should we name the label that would be applied to these issues? Right now, I'm thinking:
GitHub issue label is archived and the model field is a boolean with name active. All reviews will default to active=True and if the archived label is applied then active will be set to False.
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: