Provisionally accept PEP 517

This commit is contained in:
Nick Coghlan 2017-09-29 16:42:07 +10:00 committed by GitHub
parent 6373eed274
commit a3b49b9b52
1 changed files with 12 additions and 10 deletions

View File

@ -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