Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated classifiers #3771

Merged
merged 10 commits into from
Apr 20, 2018
Merged

Deprecated classifiers #3771

merged 10 commits into from
Apr 20, 2018

Conversation

di
Copy link
Member

@di di commented Apr 19, 2018

This PR adds the ability for a PyPI admin to deprecate a classifier (fixes #3628)

A deprecated classifier:

  • will not show up in XML-RPC's list_classifiers method
  • will not appear in the classifier filter tree on /search
  • cannot be used on a new release

This PR also adds a page which lists all valid (e.g., non-deprecated) classifiers (fixes #1300) which allows the user to either click the link to find all packages with that classifier, or copy the classifier to their clipboard (to paste into a setup.py):

screen shot 2018-04-19 at 6 35 53 am

@di di requested review from brainwane and nlhkabu April 19, 2018 13:09
@di di merged commit d826924 into pypi:master Apr 20, 2018
@di di deleted the deprecate-classifiers branch April 20, 2018 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to deprecate classifiers Add page with list of trove classifiers
1 participant