summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Make sure output_dir exists with dist_infoAnderson Bravalheri2022-06-151-2/+4
| | * | | | | | | | Change build_meta to use --output-dir instead of --egg-base for dist-infoAnderson Bravalheri2022-06-151-1/+1
| | * | | | | | | | Change dist_info to better control output directoryAnderson Bravalheri2022-06-152-9/+35
| | * | | | | | | | Add dist_info_dir param to dist_info commandAnderson Bravalheri2022-06-151-8/+9
| | * | | | | | | | Merge branch 'upstream/main' into build-editable-aggregateAnderson Bravalheri2022-06-15141-9972/+16715
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ include pep660 proof of concept (#3082)Anderson Bravalheri2022-04-222-0/+178
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | include pep660 proof of conceptDaniel Holth2022-02-042-0/+178
| * | | | | | | | | | | Merge https://github.com/pypa/distutils into distutils-b65aa40Jason R. Coombs2022-08-101-3/+5
| * | | | | | | | | | | Merge https://github.com/pypa/distutils into distutils-b65aa40Jason R. Coombs2022-08-1039-724/+1380
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | docs: Silence sphinx errors for reference it cannot findAnderson Bravalheri2022-08-061-2/+2
| * | | | | | | | | | Improve pyproject.toml validation messages (#3487)Anderson Bravalheri2022-08-062-22/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Improve pyproject.toml validation messagesAnderson Bravalheri2022-08-042-22/+13
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Warn potential requirements misconfiguration (#3481)Anderson Bravalheri2022-08-062-14/+108
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | setup.cfg parsing: use contextlib.suppress instead of try/except+passAnderson Bravalheri2022-08-061-3/+2
| | * | | | | | | | | | setup.cfg parsing: Fix incorrect refactoringAnderson Bravalheri2022-08-061-9/+11
| | * | | | | | | | | | setup.cfg parsing: Simplify warn_accidental_env_marker_misconfigAnderson Bravalheri2022-08-061-17/+17
| | * | | | | | | | | | setup.cfg parsing: Refactor _parse_requirements_list and warn_accidental_env_...Anderson Bravalheri2022-08-062-35/+35
| | * | | | | | | | | | Add warning for potential extras_require misconfigurationLumir Balhar2022-08-062-0/+93
| * | | | | | | | | | | Bump pyparsing (vendored) to 3.0.9 (#3453)Anderson Bravalheri2022-08-0618-167/+198
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Update vendored pyparsing filesAnderson Bravalheri2022-07-1417-166/+197
| | * | | | | | | | | | Update pyparsing in vendored.txtAnderson Bravalheri2022-07-141-1/+1
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #3473 from DWesl/patch-2Jason R. Coombs2022-08-041-1/+6
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Restore newline, lost when removing spaces using Github UI.Jason R. Coombs2022-07-311-0/+1
| | * | | | | | | | | Remove extraneous whitespace.Jason R. Coombs2022-07-311-1/+0
| | * | | | | | | | | DOC: Mention that Extension(..., runtime_library_dirs) raises on WindowsDWesl2022-07-301-1/+6
| | |/ / / / / / / /
| * | | | | | | | | Merge https://github.com/pypa/distutils into bugfix/format-commands-regrJason R. Coombs2022-08-031-10/+27
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #3469 from pypa/debt/deprecate-upload-docsJason R. Coombs2022-08-021-2/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-08-021-1/+3
| | * | | | | | | | spell out read the docsJason R. Coombs2022-08-021-1/+1
| | * | | | | | | | Revert "Limit the scope of deprecation of the upload_docs command."Jason R. Coombs2022-07-271-2/+1
| | |/ / / / / / /
| * | | | | | | | Merge https://github.com/pypa/distutils into bugfix/distutils-164Jason R. Coombs2022-08-0273-1081/+1036
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Update 'bdist' format addition to assume a single 'format_commands' as a dict...Jason R. Coombs2022-07-311-2/+6
| * | | | | | | Merge https://github.com/pypa/distutils into distutils-129480bJason R. Coombs2022-07-3186-795/+382
| |/ / / / / /
| * | | | | | Minor edits to integration tests.Jason R. Coombs2022-07-131-13/+13
| * | | | | | Just assume exactly one sdist is available.Jason R. Coombs2022-07-131-10/+2
| * | | | | | Add another conditional to resolve the release for version-specific packages....Jason R. Coombs2022-07-131-1/+1
| * | | | | | Merge https://github.com/pypa/distutilsJason R. Coombs2022-07-131-2/+5
| * | | | | | Add stacklevel=2 to make calling code clearHugo van Kemenade2022-07-121-1/+1
| * | | | | | Use text mode for subprocess, avoiding unicode sandwich.Jason R. Coombs2022-07-041-6/+8
| * | | | | | build_meta: execute code directlyAnderson Bravalheri2022-07-041-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merge with pypa/distutils@152c13dJason R. Coombs2022-07-036-8/+127
| * | | | | setuptools/tests: minor cleanupBenoit Pierre2022-07-021-3/+5
| * | | | | setuptools/vendored: drop `nspektr`Benoit Pierre2022-07-0211-262/+1
| * | | | | setuptools: drop support for installing an entrypoint dependenciesBenoit Pierre2022-07-022-13/+0
| * | | | | setuptools: add test for distutils' entrypoints using extrasBenoit Pierre2022-07-021-0/+69
| | |_|_|/ | |/| | |
| | | | |
| | \ \ \
| *-. \ \ \ Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-195-25/+213
| |\ \ \ \ \
| | | * | | | Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-083-17/+173
| | * | | | | Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-142-8/+40
| * | | | | | config.expand.StaticModule: handle scenarios when annotated assignment does n...Anderson Bravalheri2022-06-191-2/+2
| * | | | | | config.expand: Refactor StaticModuleAnderson Bravalheri2022-06-191-13/+12