-
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
dir2pi normalization broken for some wheel packages #76
Comments
I can confirm everything above. In my case I created a package with package name Here is what is generated in
Note Here is the content of
and here is the error upon invoking
If I modify
and do It seems crucial for |
I hadn't noticed before, but it appears there's been a pull request (#67) for some time now that fixes this issue. |
Closed in #85. |
I'm looking specifically at the wheel for python-dateutil. I did the following:
I then tried
dir2pi
with all the different normalization options (-n
,-N
,-a
).pip install
ing from this index does not work in any case:However, if I manually rename the package name in
simple/python-dateutil
to use an underscore:python_dateutil-2.7.2-py2.py3-none-any.whl
, and editindex.html
to point to it, everything works:The problem seems to be with the way Wheel parses the filenames.
The text was updated successfully, but these errors were encountered: