Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Ensure new options for dist-info work | Anderson Bravalheri | 2022-06-16 | 1 | -6/+11 | |
| | | | ||||||
| * | | Add translator for config_settings to build_meta | Anderson Bravalheri | 2022-06-16 | 1 | -1/+15 | |
| | | | ||||||
| * | | Avoid adding PathEntryFinder if not necessary | Anderson Bravalheri | 2022-06-15 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add missing methods to PathEntryFinder | Anderson Bravalheri | 2022-06-15 | 1 | -4/+10 | |
| | | | ||||||
| * | | Correctly handle namespace spec via PathEntryFinder | Anderson Bravalheri | 2022-06-15 | 1 | -39/+65 | |
| | | | ||||||
| * | | Allow egg-info directory to be ignored in manifest | Anderson Bravalheri | 2022-06-15 | 2 | -1/+24 | |
| | | | ||||||
| * | | Improve clarity of 'editable_wheel' code | Anderson Bravalheri | 2022-06-15 | 1 | -41/+58 | |
| | | | ||||||
| * | | Add LinkTree strategy for build executable | Anderson Bravalheri | 2022-06-15 | 3 | -43/+139 | |
| | | | ||||||
| * | | Fix error with Python 3.7 | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add logging messages to editable install | Anderson Bravalheri | 2022-06-15 | 1 | -4/+19 | |
| | | | ||||||
| * | | Make sure top-level modules can be imported in editable install | Anderson Bravalheri | 2022-06-15 | 1 | -1/+13 | |
| | | | ||||||
| * | | Add editable strategy with MetaPathFinder for top-level packages | Anderson Bravalheri | 2022-06-15 | 1 | -22/+146 | |
| | | | ||||||
| * | | Add template for MetaPathFinder that can be used in editable mode | Anderson Bravalheri | 2022-06-15 | 1 | -0/+55 | |
| | | | ||||||
| * | | Rename variable for clarity | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Reorganise editable_wheel to allow different strategies | Anderson Bravalheri | 2022-06-15 | 1 | -20/+116 | |
| | | | ||||||
| * | | Remove unused function | Anderson Bravalheri | 2022-06-15 | 1 | -17/+0 | |
| | | | ||||||
| * | | Temporarily support deprecated namespace packages | Anderson Bravalheri | 2022-06-15 | 1 | -5/+33 | |
| | | | ||||||
| * | | Start adding APIs for handling multiple editable modes | Anderson Bravalheri | 2022-06-15 | 1 | -4/+25 | |
| | | | ||||||
| * | | Re-use dist-info dir for build_editable | Anderson Bravalheri | 2022-06-15 | 1 | -1/+2 | |
| | | | ||||||
| * | | Rely on wheel and bdist_wheel for editable_wheel | Anderson Bravalheri | 2022-06-15 | 1 | -90/+61 | |
| | | | ||||||
| * | | Make sure setuptools itself can be installed with editable_wheel | Anderson Bravalheri | 2022-06-15 | 1 | -32/+16 | |
| | | | ||||||
| * | | Remove unecessary editable dependency | Anderson Bravalheri | 2022-06-15 | 1 | -24/+8 | |
| | | | ||||||
| * | | Avoid creating dist_info_dir before the command runs | Anderson Bravalheri | 2022-06-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make sure output_dir exists with dist_info | Anderson Bravalheri | 2022-06-15 | 1 | -2/+4 | |
| | | | ||||||
| * | | Change dist_info to better control output directory | Anderson Bravalheri | 2022-06-15 | 1 | -9/+26 | |
| | | | ||||||
| * | | Add dist_info_dir param to dist_info command | Anderson Bravalheri | 2022-06-15 | 1 | -8/+9 | |
| | | | ||||||
| * | | Merge branch 'upstream/main' into build-editable-aggregate | Anderson Bravalheri | 2022-06-15 | 3 | -4/+85 | |
| |\ \ | | |/ | ||||||
| | * | Improve warning message | Anderson Bravalheri | 2022-06-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add setuptools.command.build (#3256) | Anderson Bravalheri | 2022-06-13 | 1 | -0/+24 | |
| | |\ | ||||||
| | | * | Test that users are informed about subcommands in distutils | Anderson Bravalheri | 2022-06-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | separate subcommands for setuptools class | Isuru Fernando | 2022-06-09 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | Original author: Anderson Bravalheri | |||||
| | | * | Fix flake8 error | Anderson Bravalheri | 2022-04-11 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Add setuptools.command.build | Isuru Fernando | 2022-04-07 | 1 | -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 files | Anderson Bravalheri | 2022-06-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | This follows a suggestion given by users to improve clarity. | |||||
| | * | | Improve warning message for package data abuse | Anderson Bravalheri | 2022-06-05 | 1 | -5/+6 | |
| | | | | ||||||
| | * | | Update setuptools/command/build_py.py | Anderson Bravalheri | 2022-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Michał Górny <mgorny@gentoo.org> | |||||
| | * | | Improve warning message for dist_info._version | Anderson Bravalheri | 2022-05-18 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Improve warning message for _IncludePackageDataAbuse | Anderson Bravalheri | 2022-05-18 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | Warn about deprecation of behaviour that considers modules/packages as data ↵ | Anderson Bravalheri | 2022-05-16 | 1 | -2/+52 | |
| | |\ \ | | | | | | | | | | | | | | | | when include_package_data=True (#3308) | |||||
| | | * | | Simplify checks for abuse of include_package_data | Anderson Bravalheri | 2022-05-06 | 1 | -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 data | Anderson Bravalheri | 2022-05-05 | 1 | -2/+54 | |
| | | |/ | ||||||
| | * | | Allow recursive globs for package_data | nullableVoidPtr | 2022-05-07 | 1 | -1/+2 | |
| | |/ | ||||||
| * | | include pep660 proof of concept (#3082) | Anderson Bravalheri | 2022-04-22 | 1 | -0/+157 | |
| |\ \ | | |/ | |/| | ||||||
| | * | include pep660 proof of concept | Daniel Holth | 2022-02-04 | 1 | -0/+157 | |
| | | | ||||||
| * | | Fix version produced by dist_info (#3230) | Anderson Bravalheri | 2022-04-04 | 2 | -3/+45 | |
| |\ \ | ||||||
| | * | | Change dist_info naming to use the same convention as bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -1/+33 | |
| | | | | ||||||
| | * | | Restore tags in egg_info but change the idempotency check | Anderson Bravalheri | 2022-03-29 | 1 | -4/+9 | |
| | | | | ||||||
| | * | | Fix duplicated version tags in egg_info | Anderson Bravalheri | 2022-03-29 | 1 | -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-editable | Jason R. Coombs | 2022-04-03 | 1 | -12/+6 | |
| |\ \ \ | | |/ / | |/| | | Fix editable --user installs with build isolation | |||||
| | * | | Fix editable --user installs with build isolation | Andrey Bienkowski | 2022-03-06 | 1 | -12/+6 | |
| | | | | | | | | | | | | | | | | https://github.com/pypa/setuptools/issues/3019 |