-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Packaging PEPs: Update headers & link canonical PyPA specs #2690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CAM-Gerlach
merged 4 commits into
python:main
from
CAM-Gerlach:packaging-peps-spec-links
Oct 7, 2022
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
56e51d4
Update headers/etc. of older packaging PEPs to reflect replacement PEPs
CAM-Gerlach 9748525
Infra: Fix lowercase and tweak plural in text for PyPA spec banner
CAM-Gerlach e232ca1
Add banner to all relevant PEPs pointing to their canonical PyPA specs
CAM-Gerlach 47051f0
Merge branch 'main' into packaging-peps-spec-links
brettcannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
PEP: 241 | ||
Title: Metadata for Python Software Packages | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: A.M. Kuchling <[email protected]> | ||
Status: Final | ||
Discussions-To: [email protected] | ||
Status: Superseded | ||
Type: Standards Track | ||
Topic: Packaging | ||
Content-Type: text/x-rst | ||
Created: 12-Mar-2001 | ||
Post-History: 19-Mar-2001 | ||
Post-History: `19-Mar-2001 <https://mail.python.org/archives/list/[email protected]/thread/46XPDHQHI3XAAJHEZAMAMKZYAI6K7NB6/>`__ | ||
Superseded-By: 314 | ||
|
||
|
||
Introduction | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
PEP: 262 | ||
Title: A Database of Installed Python Packages | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: A.M. Kuchling <[email protected]> | ||
Status: Deferred | ||
Status: Rejected | ||
Type: Standards Track | ||
Topic: Packaging | ||
Content-Type: text/x-rst | ||
Created: 08-Jul-2001 | ||
Post-History: 27-Mar-2002 | ||
|
||
|
||
.. note:: | ||
This PEP was superseded by :pep:`345` and :pep:`376`, which were accepted. | ||
Therefore, this PEP is (by implication) rejected. | ||
|
||
|
||
Introduction | ||
============ | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PEP: 314 | ||
Title: Metadata for Python Software Packages v1.1 | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Title: Metadata for Python Software Packages 1.1 | ||
Author: A.M. Kuchling, Richard Jones | ||
Status: Final | ||
Discussions-To: [email protected] | ||
Status: Superseded | ||
Type: Standards Track | ||
Topic: Packaging | ||
Content-Type: text/x-rst | ||
Created: 12-Apr-2003 | ||
Python-Version: 2.5 | ||
Post-History: 29-Apr-2003 | ||
Replaces: 241 | ||
Superseded-By: 345 | ||
|
||
|
||
Introduction | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
PEP: 345 | ||
Title: Metadata for Python Software Packages 1.2 | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Richard Jones <[email protected]> | ||
Discussions-To: [email protected] | ||
Status: Final | ||
Status: Superseded | ||
Type: Standards Track | ||
Topic: Packaging | ||
Content-Type: text/x-rst | ||
Created: 28-Apr-2005 | ||
Python-Version: 2.5 | ||
Post-History: | ||
Python-Version: 2.7 | ||
Post-History: `22-Dec-2009 <https://mail.python.org/archives/list/[email protected]/thread/5QWS2FXKZNNPKNZO6RLPGT5NORS5ZQ2V/>`__ | ||
Replaces: 314 | ||
Superseded-By: 566 | ||
Resolution: https://mail.python.org/archives/list/[email protected]/thread/MKHXVV746H7ZDFN62Z72VNAX6KIRXNRO/ | ||
|
||
|
||
Abstract | ||
|
@@ -396,8 +397,8 @@ Examples:: | |
Project-URL: Documentation, https://setuptools.readthedocs.io/ | ||
Project-URL: Funding, https://donate.pypi.org | ||
|
||
The label is free text, with a maximum length of 32 characters. Notice | ||
that distributions uploaded to PyPI will have these extra entries | ||
The label is free text, with a maximum length of 32 characters. Notice | ||
that distributions uploaded to PyPI will have these extra entries | ||
displayed under the "Project links" section of their landing page. | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
PEP: 376 | ||
Title: Database of Installed Python Distributions | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Tarek Ziadé <[email protected]> | ||
Status: Final | ||
Type: Standards Track | ||
Topic: Packaging | ||
Content-Type: text/x-rst | ||
Created: 22-Feb-2009 | ||
Python-Version: 2.7, 3.2 | ||
Post-History: | ||
Post-History: `22-Jun-2009 <https://mail.python.org/archives/list/[email protected]/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/#ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ>`__ | ||
|
||
|
||
.. canonical-pypa-spec:: :ref:`packaging:core-metadata` | ||
|
||
|
||
Abstract | ||
======== | ||
|
@@ -22,8 +24,8 @@ To achieve this goal, the PEP proposes a new format to describe installed | |
distributions on a system. It also describes a reference implementation | ||
for the standard library. | ||
|
||
In the past an attempt was made to create an installation database (see :pep:`262` | ||
). | ||
In the past an attempt was made to create an installation database | ||
(see :pep:`262`). | ||
|
||
Combined with :pep:`345`, the current proposal supersedes :pep:`262`. | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PEP: 566 | ||
Title: Metadata for Python Software Packages 2.1 | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Dustin Ingram <[email protected]> | ||
BDFL-Delegate: Daniel Holth | ||
Discussions-To: [email protected] | ||
|
@@ -15,12 +13,16 @@ Post-History: | |
Replaces: 345 | ||
Resolution: https://mail.python.org/pipermail/distutils-sig/2018-February/032014.html | ||
|
||
|
||
.. canonical-pypa-spec:: :ref:`packaging:core-metadata` | ||
|
||
|
||
CAM-Gerlach marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Abstract | ||
======== | ||
|
||
This PEP describes the changes between versions 1.2 and 2.1 of the core | ||
metadata specification for Python packages. Version 1.2 is specified in PEP | ||
345. | ||
metadata specification for Python packages. Version 1.2 is specified in | ||
:pep:`345`. | ||
|
||
It also changes to the canonical source for field specifications to the `Core | ||
Metadata Specification`_ reference document, which includes specifics of the | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.