-
Notifications
You must be signed in to change notification settings - Fork 96
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
Dots in package names do not work correctly in simple indexes #55
Comments
#56 is a trivial fix for this. Seems to work fine but, review is appreciated. |
I am meet this problem too, and has use this patch to my pip2pi. |
+1 |
2 similar comments
+1 |
+1 |
Thanks for the patience everyone! I've just pushed a new version, 0.7.0rc1, which should correctly normalize package names (I've also added Would you be able to install it:
Test it out, and let me know if there are any issues? Thanks! |
Confirmed. Directory names using pip install pip2pi==0.7.0rc1 are generating correctly for packages containing periods. |
When installing something like dogpile.cache or backports.shutil-get-terminal-size pip looks in directories like simple/dogpile-cache/ or simple/backports-shutil-get-terminal-size/
I am far from an expert on python packaging. I'm just noting what I observed with pip and the -v flags while trying to setup my own little pypi repo.
The text was updated successfully, but these errors were encountered: