Meta: Clarify scope of Packaging topic and rm ensurepip PEPs (453/477) (#2826)
This commit is contained in:
parent
5e6cef7776
commit
80f41487fe
|
@ -5,7 +5,6 @@ Author: Donald Stufft <donald@stufft.io>,
|
||||||
BDFL-Delegate: Martin von Löwis
|
BDFL-Delegate: Martin von Löwis
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 10-Aug-2013
|
Created: 10-Aug-2013
|
||||||
Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013,
|
Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013,
|
||||||
|
|
14
pep-0477.txt
14
pep-0477.txt
|
@ -1,13 +1,10 @@
|
||||||
PEP: 477
|
PEP: 477
|
||||||
Title: Backport ensurepip (PEP 453) to Python 2.7
|
Title: Backport ensurepip (PEP 453) to Python 2.7
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Donald Stufft <donald@stufft.io>,
|
Author: Donald Stufft <donald@stufft.io>,
|
||||||
Nick Coghlan <ncoghlan@gmail.com>
|
Nick Coghlan <ncoghlan@gmail.com>
|
||||||
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 26-Aug-2014
|
Created: 26-Aug-2014
|
||||||
Post-History: 01-Sep-2014
|
Post-History: 01-Sep-2014
|
||||||
|
@ -128,14 +125,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 70
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
|
@ -36,10 +36,10 @@ ACTIVE_ALLOWED = {TYPE_PROCESS, TYPE_INFO}
|
||||||
# map of topic -> additional description
|
# map of topic -> additional description
|
||||||
SUBINDICES_BY_TOPIC = {
|
SUBINDICES_BY_TOPIC = {
|
||||||
"packaging": """\
|
"packaging": """\
|
||||||
The canonical, up-to-date packaging specifications can be found on the
|
|
||||||
`Python Packaging Authority`_ (PyPA) `specifications`_ page.
|
|
||||||
Packaging PEPs follow the `PyPA specification update process`_.
|
Packaging PEPs follow the `PyPA specification update process`_.
|
||||||
They are used to propose major additions or changes to the PyPA specifications.
|
They are used to propose major additions or changes to the PyPA specifications.
|
||||||
|
The canonical, up-to-date packaging specifications can be found on the
|
||||||
|
`Python Packaging Authority`_ (PyPA) `specifications`_ page.
|
||||||
|
|
||||||
.. _Python Packaging Authority: https://www.pypa.io/
|
.. _Python Packaging Authority: https://www.pypa.io/
|
||||||
.. _specifications: https://packaging.python.org/en/latest/specifications/
|
.. _specifications: https://packaging.python.org/en/latest/specifications/
|
||||||
|
|
Loading…
Reference in New Issue