Skip to content

Commit 1ec3df6

Browse files
authored
Withdraw PEP 759 (#4248)
* Withdraw PEP 759
1 parent bedf05a commit 1ec3df6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

peps/pep-0759.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Author: Barry Warsaw <[email protected]>,
44
Emma Harper Smith <[email protected]>
55
PEP-Delegate: Donald Stufft <[email protected]>
66
Discussions-To: https://discuss.python.org/t/pep-759-external-wheel-hosting/66458
7-
Status: Draft
7+
Status: Withdrawn
88
Type: Standards Track
99
Topic: Packaging
1010
Created: 01-Oct-2024
11-
Post-History:
11+
Post-History: 10-Oct-2024, 31-Jan-2025
12+
Resolution: `31-Jan-2025 <https://discuss.python.org/t/pep-759-external-wheel-hosting/66458/48>`__
1213

1314
Abstract
1415
========
@@ -30,6 +31,19 @@ files affect the metadata returned for a package's :ref:`Simple Repository API
3031
in both HTML and JSON formats, and how traditional wheels can easily be turned
3132
into ``.rim`` files.
3233

34+
PEP withdrawn
35+
=============
36+
37+
This PEP was withdrawn by the authors on 2025-01-31. Our reading of the sentiment in the discussion
38+
thread is that, while the problems this PEP attempts to solve are valid, most folks would prefer a
39+
different approach. Specifically, our read is that most users would prefer more control over the
40+
ability to specify multiple indexes, how those indexes interoperate, and the priority and trust
41+
assertions for those indexes. For example, solutions such as :pep:`766` may provide a better way
42+
forward. Existing stop gap measures (e.g. PyPI limit increase requests and the `"wheel-stub"
43+
<https://pypi.org/project/wheel-stub/>`_ approach) are sufficient -- if not ideal -- in the
44+
meantime. The authors wish to thank everyone who contributed to the constructive discussion, and
45+
especially those who showed their support for this PEP, both in public and private.
46+
3347
Rationale
3448
=========
3549

0 commit comments

Comments
 (0)