madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

#egg=my-package==1.2 does not extract specs #21

Closed stefanfoulis closed 6 months ago

stefanfoulis commented 8 years ago

For cases where the #egg tag also includes the version, the version is not split from the name correctly.

http://my-server.com/packages/my-package-1.2.tar.gz#egg=my-package==1.2 results:

Shouldn't it be like this?:

This is probably also the case for VCS and LOCAL.

davidfischer commented 8 years ago

Are those valid #egg specifiers? I don't see any examples like that in the pip docs.

madpah commented 6 months ago

Given PyPi has noted Egg distribution upload is deprecated as of 26 June 2023, I'm going to close this as no longer relevant.

Please re-open if you disagree @stefanfoulis.