Provisionally accept PEP 517
This commit is contained in:
parent
6373eed274
commit
a3b49b9b52
22
pep-0517.txt
22
pep-0517.txt
|
@ -6,12 +6,12 @@ Author: Nathaniel J. Smith <njs@pobox.com>,
|
|||
Thomas Kluyver <thomas@kluyver.me.uk>
|
||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Discussions-To: <distutils-sig@python.org>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Sep-2015
|
||||
Post-History: 1 Oct 2015, 25 Oct 2015
|
||||
|
||||
Post-History: 1 Oct 2015, 25 Oct 2015, 19 May 2017, 11 Sep 2017
|
||||
Resolution: https://mail.python.org/pipermail/distutils-sig/2017-September/031548.html
|
||||
|
||||
==========
|
||||
Abstract
|
||||
|
@ -50,14 +50,16 @@ We therefore propose a new, relatively minimal interface for
|
|||
installation tools like ``pip`` to interact with package source trees
|
||||
and source distributions.
|
||||
|
||||
==========================
|
||||
Reversion to Draft Status
|
||||
==========================
|
||||
=======================
|
||||
Rrovisional Acceptance
|
||||
=======================
|
||||
|
||||
While this PEP was provisionally accepted for implementation in `pip` and other
|
||||
tools, some additional concerns were subsequently raised around adequately
|
||||
supporting out of tree builds. It has been reverted to Draft status while those
|
||||
concerns are being resolved.
|
||||
In accordance with the PyPA's specication process, this PEP has been
|
||||
`provisionally accepted <https://www.pypa.io/en/latest/specifications/#provisional-acceptance>`_
|
||||
for initial implementation in ``pip`` and other PyPA tools.
|
||||
|
||||
During this time, the specification is still subject to revision based
|
||||
on real world experience with those initial implementations.
|
||||
|
||||
=======================
|
||||
Terminology and goals
|
||||
|
|
Loading…
Reference in New Issue