-
-
Notifications
You must be signed in to change notification settings - Fork 645
always lowercase requirements dictionary keys #9
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
Conversation
|
Can one of the admins verify this patch? |
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
From PEP 508 it appears that you can register packages with any capitalization, and install them with any capitalization, even if it's different. I.e. you can register package 'MyPackage' and install it with That is not an ideal spec, but is it the spec, and the tools implement it, so we should to. |
|
Patch looks ok to me, but we'll want to add a test (package |
|
Sorry, that was actually a "yes this seems like a good patch", not a "no". We should accept |
|
I guess the real test would be if some library had |
|
This LGTM, not sure why @JustinWP closed/deleted, but I'll recreate it with an updated PAR. thanks Justin. |
…er-purelib-support
not sure if this has any other ramifications