freshli-lib icon indicating copy to clipboard operation
freshli-lib copied to clipboard

Add support for URLs in pip

Open nickiemc opened this issue 5 years ago • 2 comments

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 avatar Oct 15 '20 22:10 nickiemc

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 avatar Oct 15 '20 22:10 nickiemc

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

nickiemc avatar Oct 15 '20 23:10 nickiemc