-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle "extras" from PEP 508 #5
Comments
Given
|
According to PEP 508, an extra needs to be right after the name, not after the version. pip is not a reference implementation of the standards. It has lots of legacy behavior that the standards try to clean up.
Instead of adding pip compatibility, let's fix the packages/projects that use nonstandard specifications. |
We have came to the same conclusion in https://bugzilla.redhat.com/show_bug.cgi?id=1758141#c12 and below. |
https://www.python.org/dev/peps/pep-0508/#extras
The text was updated successfully, but these errors were encountered: