edit wheel peps for posting
This commit is contained in:
parent
ee51e79191
commit
3515a9e84e
|
@ -9,7 +9,7 @@ Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 27-Jul-2012
|
Created: 27-Jul-2012
|
||||||
Python-Version: 3.4
|
Python-Version: 3.4
|
||||||
Post-History: 8-Aug-2012
|
Post-History: 8-Aug-2012, 18-Oct-2012, 15-Feb-2013
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
18
pep-0427.txt
18
pep-0427.txt
|
@ -9,7 +9,7 @@ Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 20-Sep-2012
|
Created: 20-Sep-2012
|
||||||
Post-History:
|
Post-History: 18-Oct-2012, 15-Feb-2013
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -182,12 +182,18 @@ its version, e.g. ``1.0.0``, consist of:
|
||||||
Wheel-Version: 0.1
|
Wheel-Version: 0.1
|
||||||
Generator: bdist_wheel 0.7
|
Generator: bdist_wheel 0.7
|
||||||
Root-Is-Purelib: true
|
Root-Is-Purelib: true
|
||||||
|
Tag: py2-none-any
|
||||||
|
Tag: py3-none-any
|
||||||
|
Build: 1
|
||||||
|
|
||||||
#. Wheel-Version is the version number of the Wheel specification.
|
#. ``Wheel-Version`` is the version number of the Wheel specification.
|
||||||
Generator is the name and optionally the version of the software
|
``Generator`` is the name and optionally the version of the software
|
||||||
that produced the archive. Root-Is-Purelib is true if the top level
|
that produced the archive. ``Root-Is-Purelib`` is true if the top
|
||||||
directory of the archive should be installed into purelib;
|
level directory of the archive should be installed into purelib;
|
||||||
otherwise the root should be installed into platlib.
|
otherwise the root should be installed into platlib. ``Tag`` is the
|
||||||
|
wheel's expanded compatibility tags; in the example the filename would
|
||||||
|
contain ``py2.py3-none-any``. ``Build`` is the build number and is
|
||||||
|
omitted if there is no build number.
|
||||||
#. A wheel installer should warn if Wheel-Version is greater than the
|
#. A wheel installer should warn if Wheel-Version is greater than the
|
||||||
version it supports, and must fail if Wheel-Version has a greater
|
version it supports, and must fail if Wheel-Version has a greater
|
||||||
major version than the version it supports.
|
major version than the version it supports.
|
||||||
|
|
Loading…
Reference in New Issue