[Distutils] Re: [PEP 508] Clarification of URL References

2020-06-21 Thread Paul Moore
On Sun, 21 Jun 2020 at 21:49, wrote: > > PEP 508 allows for pointing to required packages using URL's. This is the > except: > > A minimal URL based lookup:: > > pip @ > https://github.com/pypa/pip/archive/1.3.1.zip#sha1=da9234ee9982d4bbb3c72346a6de940a148ea686 > > However, there is

[Distutils] [PEP 508] Clarification of URL References

2020-06-21 Thread w_minchin
PEP 508 allows for pointing to required packages using URL's. This is the except: A minimal URL based lookup:: pip @ https://github.com/pypa/pip/archive/1.3.1.zip#sha1=da9234ee9982d4bbb3c72346a6de940a148ea686 However, there is very little documentation, blog posts, etc on how to us