Skip to content
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

Add support for URLs in pip #160

Open
nickiemc opened this issue Oct 15, 2020 · 2 comments
Open

Add support for URLs in pip #160

nickiemc opened this issue Oct 15, 2020 · 2 comments
Labels
python Parsing Python dependencies

Comments

@nickiemc
Copy link
Contributor

Some pip files include URLs, e.g.:

https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"

Currently, PipRequirementsTxtManifest is unable to properly parse such URLs. It should be updated so that it can.

@nickiemc nickiemc added the python Parsing Python dependencies label Oct 15, 2020
@nickiemc
Copy link
Contributor Author

Relevant example from https://github.com/HelloZeroNet/ZeroNet as of 1/1/2020:

https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"

@nickiemc
Copy link
Contributor Author

Relevant examples from https://github.com/mailpile/Mailpile:

  • As of 9/1/2013:

    • http://sourceforge.net/projects/py-gnupg/files/GnuPGInterface/0.3.2/GnuPGInterface-0.3.2.tar.gz
  • As of 11/1/2014:

    • git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Parsing Python dependencies
Projects
Status: Icebox
Development

No branches or pull requests

1 participant