summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Ensure new options for dist-info workAnderson Bravalheri2022-06-161-6/+11
| | |
| * | Add translator for config_settings to build_metaAnderson Bravalheri2022-06-161-1/+15
| | |
| * | Avoid adding PathEntryFinder if not necessaryAnderson Bravalheri2022-06-151-0/+4
| | |
| * | Add missing methods to PathEntryFinderAnderson Bravalheri2022-06-151-4/+10
| | |
| * | Correctly handle namespace spec via PathEntryFinderAnderson Bravalheri2022-06-151-39/+65
| | |
| * | Allow egg-info directory to be ignored in manifestAnderson Bravalheri2022-06-152-1/+24
| | |
| * | Improve clarity of 'editable_wheel' codeAnderson Bravalheri2022-06-151-41/+58
| | |
| * | Add LinkTree strategy for build executableAnderson Bravalheri2022-06-153-43/+139
| | |
| * | Fix error with Python 3.7Anderson Bravalheri2022-06-151-2/+2
| | |
| * | Add logging messages to editable installAnderson Bravalheri2022-06-151-4/+19
| | |
| * | Make sure top-level modules can be imported in editable installAnderson Bravalheri2022-06-151-1/+13
| | |
| * | Add editable strategy with MetaPathFinder for top-level packagesAnderson Bravalheri2022-06-151-22/+146
| | |
| * | Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-151-0/+55
| | |
| * | Rename variable for clarityAnderson Bravalheri2022-06-151-2/+2
| | |
| * | Reorganise editable_wheel to allow different strategiesAnderson Bravalheri2022-06-151-20/+116
| | |
| * | Remove unused functionAnderson Bravalheri2022-06-151-17/+0
| | |
| * | Temporarily support deprecated namespace packagesAnderson Bravalheri2022-06-151-5/+33
| | |
| * | Start adding APIs for handling multiple editable modesAnderson Bravalheri2022-06-151-4/+25
| | |
| * | Re-use dist-info dir for build_editableAnderson Bravalheri2022-06-151-1/+2
| | |
| * | Rely on wheel and bdist_wheel for editable_wheelAnderson Bravalheri2022-06-151-90/+61
| | |
| * | Make sure setuptools itself can be installed with editable_wheelAnderson Bravalheri2022-06-151-32/+16
| | |
| * | Remove unecessary editable dependencyAnderson Bravalheri2022-06-151-24/+8
| | |
| * | Avoid creating dist_info_dir before the command runsAnderson Bravalheri2022-06-151-1/+1
| | |
| * | Make sure output_dir exists with dist_infoAnderson Bravalheri2022-06-151-2/+4
| | |
| * | Change dist_info to better control output directoryAnderson Bravalheri2022-06-151-9/+26
| | |
| * | Add dist_info_dir param to dist_info commandAnderson Bravalheri2022-06-151-8/+9
| | |
| * | Merge branch 'upstream/main' into build-editable-aggregateAnderson Bravalheri2022-06-153-4/+85
| |\ \ | | |/
| | * Improve warning messageAnderson Bravalheri2022-06-131-1/+1
| | |
| | * Add setuptools.command.build (#3256)Anderson Bravalheri2022-06-131-0/+24
| | |\
| | | * Test that users are informed about subcommands in distutilsAnderson Bravalheri2022-06-091-1/+1
| | | |
| | | * separate subcommands for setuptools classIsuru Fernando2022-06-091-1/+20
| | | | | | | | | | | | | | | | Original author: Anderson Bravalheri
| | | * Fix flake8 errorAnderson Bravalheri2022-04-111-0/+1
| | | |
| | | * Add setuptools.command.buildIsuru Fernando2022-04-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | In order to override distutils.command.build on downstream projects it is good to have a setuptools specific command which allows downstream projects to avoid importing distutils.
| | * | Change warning about namespace packages and data filesAnderson Bravalheri2022-06-091-3/+4
| | | | | | | | | | | | | | | | This follows a suggestion given by users to improve clarity.
| | * | Improve warning message for package data abuseAnderson Bravalheri2022-06-051-5/+6
| | | |
| | * | Update setuptools/command/build_py.pyAnderson Bravalheri2022-05-181-1/+1
| | | | | | | | | | | | Co-authored-by: Michał Górny <mgorny@gentoo.org>
| | * | Improve warning message for dist_info._versionAnderson Bravalheri2022-05-181-1/+2
| | | |
| | * | Improve warning message for _IncludePackageDataAbuseAnderson Bravalheri2022-05-181-1/+4
| | | |
| | * | Warn about deprecation of behaviour that considers modules/packages as data ↵Anderson Bravalheri2022-05-161-2/+52
| | |\ \ | | | | | | | | | | | | | | | when include_package_data=True (#3308)
| | | * | Simplify checks for abuse of include_package_dataAnderson Bravalheri2022-05-061-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the checks would result in a warning per module additionally to the parent package. Now only one warning per parent package is issued.
| | | * | Warn about packages/modules included as package dataAnderson Bravalheri2022-05-051-2/+54
| | | |/
| | * | Allow recursive globs for package_datanullableVoidPtr2022-05-071-1/+2
| | |/
| * | include pep660 proof of concept (#3082)Anderson Bravalheri2022-04-221-0/+157
| |\ \ | | |/ | |/|
| | * include pep660 proof of conceptDaniel Holth2022-02-041-0/+157
| | |
| * | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-042-3/+45
| |\ \
| | * | Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
| | | |
| | * | Restore tags in egg_info but change the idempotency checkAnderson Bravalheri2022-03-291-4/+9
| | | |
| | * | Fix duplicated version tags in egg_infoAnderson Bravalheri2022-03-291-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously egg_info was adding duplicated tags to the version string. This was happening because of the version normalization. When the version normalization was applied to the string the tag was modified, then later egg_info could no longer recognize it before applying. The fix for this problem was to normalize the tag string before applying.
| * | | Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-031-12/+6
| |\ \ \ | | |/ / | |/| | Fix editable --user installs with build isolation
| | * | Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-12/+6
| | | | | | | | | | | | | | | | https://github.com/pypa/setuptools/issues/3019