[Distutils] PEP 440 ad PEP 508 requirement formats

Donald Stufft donald at stufft.io
Fri Jan 15 09:24:17 EST 2016


> On Jan 15, 2016, at 9:23 AM, Paul Moore <p.f.moore at gmail.com> wrote:
> 
> On 15 January 2016 at 14:14, Donald Stufft <donald at stufft.io> wrote:
>> A PEP 508 requirement contains a PEP 440 specifier. E.g. something like `requests >= 1.0` is a PEP 508 requirement format, which contains a distribution name `requests` and a PEP 440 version specifier `>= 1.0`.
> 
> Cool. So should the documentation for pip install be updated to say
> that a requirement conforms to PEP 508 (minus the url_req part, which
> the PEP notes is not implemented by pip)? I'm working on a small doc
> update at the moment, so if that's right, I'll make that change too.
> 
> Paul


Yes, that’s correct.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160115/b49c59b1/attachment.sig>


More information about the Distutils-SIG mailing list