-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
PEP 633: Exploded dependencies for PEP 621 #1595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
brettcannon
merged 57 commits into
python:master
from
EpicWink:pep-621-exploded-dependencies
Sep 14, 2020
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
90bc912
Add initial exploded-dependencies spec for PEP-621 PEP
EpicWink 5834a79
Remove requirement-table reference
EpicWink 73f8042
Fix email
EpicWink 1725ae4
Add note on why markers weren't split
EpicWink 8f8a5ac
Add depenencies-array to rejected ideas
EpicWink bad0a73
Switch to 'direct' table for direct references
EpicWink ecd83f5
Fix incorrect 'version' keys in example
EpicWink 5e021c1
Add motivation to contrast with the PEP-508 string implementation
EpicWink 9714036
Add open-issue note on environment-marker keys
EpicWink d9c0264
Add open-issue notes on removing 'optional-dependencies' table
EpicWink df0f106
Fix 'pip' keys in standard-table example
EpicWink da510f9
Fix dependencies key name in examples
EpicWink c3493a0
Allow version specifiers as requirement specifiers
EpicWink 2a05613
Include more arguments against separate 'revision' field
EpicWink ea97aed
Reject alternate definitions of extra requirements
EpicWink 3f7daaa
Make note about 'file' protocol for direct requirements
EpicWink 1fd5245
Show consistent examples
EpicWink bdd34f5
Add example implementation for conversion to PEP 508
EpicWink 60d194d
Syntax highlighting (#1)
pradyunsg 70f6c9b
Cleanup TOML example snippets (#2)
abn 471960e
Move direct-reference keys to top-level
EpicWink 77f6420
Re-open 'for-extra' key issue
EpicWink aafed71
Remove hash from requirement
EpicWink aa1b287
Add work-around for environment marker keys drawback
EpicWink bd29e2d
Allow empty string to for any-version
EpicWink 375aea5
Allow environment markers as keys (#5)
EpicWink 16e65a6
Revert "Allow environment markers as keys (#5)"
EpicWink ffb0dad
Defer the environment marker keys idea
EpicWink 22741e4
Convert optional-deps to table of reqs with extra key (#4)
EpicWink febb954
Add PEP 508 compatibility examples (#3)
abn a69fa93
Typo fix, indentation as spaces
EpicWink d742168
Fix example conversion for 'for-extra' key
EpicWink 109d4e8
Improve note on multiple requirements for the same project
EpicWink 9266677
Remove note on environment marker keys in rationale (already in rejec…
EpicWink 2bfad0f
Note requirement keys are optional
EpicWink 5531d87
Add optional dependencies to full example
EpicWink b91ce23
Merge remote-tracking branch 'upstream/master' into pep-621-exploded-…
EpicWink 4f3f366
Explicitly only allow URLs for VCS repository paths
EpicWink 0c18b61
Remove syntax highlighting
EpicWink 2389765
Remove post-history
EpicWink ec974b7
Add Arun to authors
EpicWink 6580e7a
Assign PEP number 633
EpicWink 74ea833
Add Brett as sponsor, set discussions link
EpicWink 0b7e2ac
Set post history
EpicWink a795290
Update created date format
EpicWink 92df91d
Remove specific mention on which tables are defined
EpicWink 6e97975
Format TOML mentions in all-caps
EpicWink d493d65
Code-format table-name headings
EpicWink f7191f8
Use RF 2119 language
EpicWink 63fea79
Typo fix
EpicWink e61c423
Explicitly re-mention empty-string as no constraint
EpicWink f5ee3bc
Mark first example as artificial
EpicWink 246bf03
Changes rejected-ideas list to subsections
EpicWink 62bd3e0
Improve definition of 'for-extra'
EpicWink d3c7970
Add note on unknown keys
EpicWink 7ebe5b1
Update wording on table names in PEP 621
EpicWink ef0d461
Rename to PEP 633
EpicWink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Assign PEP number 633
Co-authored-by: Brett Cannon <[email protected]>
- Loading branch information
commit 6580e7a49bedcf321355578238b10c1f5bea53de
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| PEP: 9999 | ||
| PEP: 633 | ||
| Title: Dependency specification in pyproject.toml using an exploded TOML table | ||
| Author: Laurie Opperman <[email protected]>, | ||
| Arun Babu Neelicattu <[email protected]> | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.