Skip to content

Commit e232ca1

Browse files
committed
Add banner to all relevant PEPs pointing to their canonical PyPA specs
1 parent 9748525 commit e232ca1

9 files changed

+26
-18
lines changed

pep-0376.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Python-Version: 2.7, 3.2
1010
Post-History: `22-Jun-2009 <https://mail.python.org/archives/list/[email protected]/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/#ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ>`__
1111

1212

13+
.. canonical-pypa-spec:: :ref:`packaging:core-metadata`
14+
15+
1316
Abstract
1417
========
1518

pep-0425.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Post-History: 08-Aug-2012, 18-Oct-2012, 15-Feb-2013
1414
Resolution: https://mail.python.org/pipermail/python-dev/2013-February/124116.html
1515

1616

17+
.. canonical-pypa-spec:: :ref:`packaging:platform-compatibility-tags`
18+
19+
1720
Abstract
1821
========
1922

pep-0427.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ Created: 20-Sep-2012
1313
Post-History: 18-Oct-2012, 15-Feb-2013
1414
Resolution: https://mail.python.org/pipermail/python-dev/2013-February/124103.html
1515

16-
Canonical specification
17-
=======================
1816

19-
The canonical version of the wheel format specification is now maintained at
20-
https://packaging.python.org/specifications/binary-distribution-format/ .
21-
This may contain amendments relative to this PEP.
17+
.. canonical-pypa-spec:: :ref:`packaging:binary-distribution-format`
18+
2219

2320
Abstract
2421
========

pep-0566.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Replaces: 345
1414
Resolution: https://mail.python.org/pipermail/distutils-sig/2018-February/032014.html
1515

1616

17+
.. canonical-pypa-spec:: :ref:`packaging:core-metadata`
18+
19+
1720
Abstract
1821
========
1922

pep-0610.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Created: 21-Apr-2019
1212
Post-History:
1313
Resolution: https://discuss.python.org/t/1535/56
1414

15+
16+
.. canonical-pypa-spec:: :ref:`packaging:direct-url`
17+
18+
1519
Abstract
1620
========
1721

@@ -26,15 +30,6 @@ additional metadata, to be added to the installed distribution by the
2630
installation front end, which records the Direct URL Origin for use by
2731
consumers which introspect the database of installed packages (see :pep:`376`).
2832

29-
Provisional acceptance
30-
======================
31-
32-
In accordance with the PyPA's specification process, this PEP has been
33-
`provisionally accepted <https://www.pypa.io/en/latest/specifications/#provisional-acceptance>`_
34-
for initial implementation in ``pip`` and other PyPA tools.
35-
36-
During this time, the specification is still subject to revision based
37-
on real world experience with those initial implementations.
3833

3934
Motivation
4035
==========

pep-0621.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ Post-History: 22-Jun-2020,
1919
31-Oct-2020
2020
Resolution: https://discuss.python.org/t/pep-621-round-3/5472/109
2121

22-
.. note::
23-
The official specification for the ``[project]`` table in
24-
``pyproject.toml`` now lives at
25-
https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ .
22+
23+
.. canonical-pypa-spec:: :ref:`packaging:declaring-project-metadata`
2624

2725

2826
Abstract

pep-0627.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Created: 15-Jul-2020
1111
Resolution: https://discuss.python.org/t/pep-627/4126/42
1212

1313

14+
.. canonical-pypa-spec:: :ref:`packaging:recording-installed-packages`
15+
16+
1417
Abstract
1518
========
1619

pep-0643.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Post-History: 24-Oct-2020, 01-Nov-2020, 02-Nov-2020, 14-Nov-2020
1212
Resolution: https://discuss.python.org/t/pep-643-metadata-for-package-source-distributions/5577/53
1313

1414

15+
.. canonical-pypa-spec:: :ref:`packaging:core-metadata`
16+
17+
1518
Abstract
1619
========
1720

pep-0685.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Post-History: `08-Mar-2022 <https://discuss.python.org/t/14141>`__
1212
Resolution: https://discuss.python.org/t/pep-685-comparison-of-extra-names-for-optional-distribution-dependencies/14141/55
1313

1414

15+
.. canonical-pypa-spec::
16+
17+
1518
Abstract
1619
========
1720

0 commit comments

Comments
 (0)