Skip to content

Commit 7332090

Browse files
committed
Revert "Move "out-of-scope features" to "rejected ideas""
This reverts commit 261704f. Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 1062280 commit 7332090

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

peps/pep-0817.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,21 @@ The potential for improvement can be summarized as:
513513
Architect at OpenTeams
514514

515515

516+
Out-of-scope features
517+
---------------------
518+
519+
This PEP presents the minimal scope required to meet modern heterogenous system needs. It leaves aspects beyond the minimal scope to evolve via tools or future PEPs. A non-exhaustive list of these aspects include:
520+
521+
- The format of a static file to select variants deterministically or
522+
include variants in a ``pylock.toml`` file,
523+
- The list of variant providers that are vendored or re-implemented by
524+
installers,
525+
- The specific opt-in mechanisms and UX for allowing an installer to run
526+
non-vendored variant providers,
527+
- How to instruct build backends to emit variants through the :pep:`517`
528+
mechanism.
529+
530+
516531
Prior art
517532
---------
518533

@@ -2391,21 +2406,6 @@ uses.
23912406
Rejected ideas
23922407
==============
23932408

2394-
Out-of-scope features
2395-
---------------------
2396-
2397-
This PEP presents the minimal scope required to meet modern heterogenous system needs. It leaves aspects beyond the minimal scope to evolve via tools or future PEPs. A non-exhaustive list of these aspects include:
2398-
2399-
- The format of a static file to select variants deterministically or
2400-
include variants in a ``pylock.toml`` file,
2401-
- The list of variant providers that are vendored or re-implemented by
2402-
installers,
2403-
- The specific opt-in mechanisms and UX for allowing an installer to run
2404-
non-vendored variant providers,
2405-
- How to instruct build backends to emit variants through the :pep:`517`
2406-
mechanism.
2407-
2408-
24092409
An approach without provider plugins
24102410
------------------------------------
24112411

0 commit comments

Comments
 (0)