Split the versioning standard back out of PEP 426

This commit is contained in:
Nick Coghlan 2013-03-30 16:14:52 +10:00
parent d21b0478f2
commit 84896d01e6
2 changed files with 1091 additions and 3 deletions

View File

@ -6,12 +6,14 @@ Author: Daniel Holth <dholth@gmail.com>,
Donald Stufft <donald@stufft.io>,
Nick Coghlan <ncoghlan@gmail.com>
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
Discussions-To: Distutils SIG
Discussions-To: Distutils SIG <distutils-sig@python.org>
Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Requires: 440
Created: 30 Aug 2012
Post-History: 14 Nov 2012, 5 Feb 2013, 7 Feb 2013, 9 Feb 2013
Replaces: 425
Abstract
@ -33,6 +35,13 @@ distributions and allows the description to be placed into a payload
section. Finally, this version addresses several issues with the
previous iteration of the standard version identification scheme.
.. note::
Portions of this PEP are in the process of being broken out into a
separate PEP (PEP 440). Old versions of much of that material currently
still exists in this PEP - the duplication will be eliminated in the
next major update.
Metadata files
==============
@ -534,8 +543,8 @@ For example::
Extension: Chili
Chili/Type: Poblano
Chili/Heat: Mild
Chili/json: {
"type" : "Poblano",
Chili/json: {
"type" : "Poblano",
"heat" : "Mild" }
The special ``{extension name}/json`` permits embedded JSON. It may be

1079
pep-0440.txt Normal file

File diff suppressed because it is too large Load Diff