| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor edits to integration tests. | Jason R. Coombs | 2022-07-13 | 1 | -13/+13 |
| | | |||||
| * | Just assume exactly one sdist is available. | Jason R. Coombs | 2022-07-13 | 1 | -10/+2 |
| | | |||||
| * | Add another conditional to resolve the release for version-specific ↵ | Jason R. Coombs | 2022-07-13 | 1 | -1/+1 |
| | | | | | packages. Fixes #3448. | ||||
| * | Use text mode for subprocess, avoiding unicode sandwich. | Jason R. Coombs | 2022-07-04 | 1 | -6/+8 |
| | | |||||
| * | setuptools/tests: minor cleanup | Benoit Pierre | 2022-07-02 | 1 | -3/+5 |
| | | |||||
| * | setuptools: add test for distutils' entrypoints using extras | Benoit Pierre | 2022-07-02 | 1 | -0/+69 |
| | | |||||
| *-. | Allow `file` directive for dependencies (#3253, #3255) | Anderson Bravalheri | 2022-06-19 | 2 | -0/+100 |
| |\ \ | |||||
| | | * | Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.toml | Aarni Koskela | 2022-04-08 | 1 | -0/+82 |
| | | | | |||||
| | * | | Allow `file:` for `requires` statements in setup.cfg | Aarni Koskela | 2022-06-14 | 1 | -0/+18 |
| | | | | | | | | | | | | | Refs #1951 | ||||
| * | | | test_expand: Add example for annotated assignment without value | Anderson Bravalheri | 2022-06-19 | 1 | -5/+9 |
| | | | | |||||
| * | | | Add support for annotated assignments to static attribute lookup. | Karl Otness | 2022-06-18 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When walking the ast of a module, look for AnnAssign nodes in addition to Assign to support assignments with type annotations, for example. Since we have to read different attributes, split the generators into a for loop. Existing ast.Assign nodes follow the same processing as before. | ||||
| * | | | fixed some spelling mistakes, | Bastian Venthur | 2022-06-14 | 1 | -1/+1 |
| |/ / | | | | | | | that's all :) | ||||
| * | | Add setuptools.command.build (#3256) | Anderson Bravalheri | 2022-06-13 | 1 | -0/+63 |
| |\ \ | |||||
| | * | | Separate test for build sub commands | Anderson Bravalheri | 2022-06-09 | 1 | -7/+38 |
| | | | | |||||
| | * | | Test that users are informed about subcommands in distutils | Anderson Bravalheri | 2022-06-09 | 1 | -6/+14 |
| | | | | |||||
| | * | | Test that extending setuptools' build sub_commands does not extend distutils | Isuru Fernando | 2022-06-09 | 1 | -1/+9 |
| | | | | |||||
| | * | | Add a simple test for setuptools.command.build | Isuru Fernando | 2022-04-07 | 1 | -0/+16 |
| | |/ | |||||
| * | | No need to set PYTHONPATH in test_setup_install_includes_dependencies at all | Miro Hrončok | 2022-05-24 | 1 | -4/+0 |
| | | | |||||
| * | | Preserve PYTHONPATH in test_setup_install_includes_dependencies | Miro Hrončok | 2022-05-24 | 1 | -1/+5 |
| | | | | | | | | | | | So if the tested setuptools is only located in manually set $PYTHONPATH, it still tests that setuptools instead of the previously installed one in site-packages. | ||||
| * | | Make test_setup_install_includes_dependencies easier to debug | Miro Hrončok | 2022-05-24 | 1 | -7/+12 |
| | | | |||||
| * | | Add deprecation messages for `namespace_packages` (#3262) | Anderson Bravalheri | 2022-05-16 | 2 | -3/+23 |
| |\ \ | |||||
| | * | | Add deprecation messages for `namespace_packages`. | Anderson Bravalheri | 2022-05-16 | 2 | -3/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The docs in https://setuptools.pypa.io/en/latest/userguide/package_discovery.html and https://packaging.python.org/en/latest/guides/packaging-namespace-packages/ suggest that this field is deprecated. | ||||
| * | | | Warn about deprecation of behaviour that considers modules/packages as data ↵ | Anderson Bravalheri | 2022-05-16 | 1 | -0/+71 |
| |\ \ \ | | | | | | | | | | | | | when include_package_data=True (#3308) | ||||
| | * | | | Add test that capture transitional behaviour for build_py | Anderson Bravalheri | 2022-05-05 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | | | | | | During the transition, `build_py` should warn when a module or package is included in the distribution as if it was "package data". | ||||
| * | | | | Remove residual dependencies from setup.py when dependencies are set in ↵ | Anderson Bravalheri | 2022-05-16 | 1 | -0/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | pyproject.toml (#3306) | ||||
| | * | | | | Capture expectations about overwritten dependencies in test | Anderson Bravalheri | 2022-05-04 | 1 | -0/+9 |
| | |/ / / | | | | | | | | | | | | | This is discussed in issue 3300. | ||||
| * | | | | Allow recursive globs for package_data (#3309) | Anderson Bravalheri | 2022-05-16 | 1 | -0/+23 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Fix mistake on recursive glob test | nullableVoidPtr | 2022-05-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Allow recursive globs for package_data | nullableVoidPtr | 2022-05-07 | 1 | -0/+23 |
| | |/ / | |||||
| * | | | do not backfill Project-URL: homepage into Home-page: field (causes ↵ | wim glenn | 2022-04-29 | 1 | -8/+15 |
| |/ / | | | | | | | duplicates on PyPI). prevent "UNKNOWN" vals from appearing in summary, license, platform. prevent an extra newline getting added in long description | ||||
| * | | Try to rescue the download backing off a few seconds | Anderson Bravalheri | 2022-04-21 | 1 | -2/+8 |
| |/ | |||||
| * | Simplify auto-discovered package_dir | Anderson Bravalheri | 2022-04-05 | 1 | -1/+31 |
| | | | | | | | | | If the directory follows a src-layout-ish, try harder to make `package_dir` in the form `{"": "src"}`. This might be later important for PEP 660 (e.g. when composing pth files or symlinking the toplevel packages). | ||||
| * | Fix problem with dynamic readme (#3247) | Anderson Bravalheri | 2022-04-04 | 1 | -0/+14 |
| |\ | |||||
| | * | Add test for dynamic readme from setup.py args | Anderson Bravalheri | 2022-04-04 | 1 | -0/+14 |
| | | | |||||
| * | | Fix version produced by dist_info (#3230) | Anderson Bravalheri | 2022-04-04 | 1 | -0/+84 |
| |\ \ | |||||
| | * | | Fix reference to issue number | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | Test with different package names | Anderson Bravalheri | 2022-03-30 | 1 | -11/+12 |
| | | | | |||||
| | * | | Add comment explaining test | Anderson Bravalheri | 2022-03-29 | 1 | -0/+3 |
| | | | | |||||
| | * | | Capture expectation of invalid version warning | Anderson Bravalheri | 2022-03-29 | 1 | -0/+10 |
| | | | | |||||
| | * | | Test dist_info creates similar dir to bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -0/+70 |
| | | | | |||||
| * | | | Honor file mode for wheel install_as_egg (#3167) | Anderson Bravalheri | 2022-04-04 | 1 | -0/+87 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Run the test on Windows, but don't check the file mode | Anderson Bravalheri | 2022-03-14 | 1 | -2/+3 |
| | | | | |||||
| | * | | Deactivate tests on windows | Josip Delic | 2022-03-14 | 1 | -0/+1 |
| | | | | |||||
| | * | | Update setuptools/tests/test_wheel.py | Anderson Bravalheri | 2022-03-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | Attempt to fix flake8 | ||||
| | * | | Add test for zipefile mode | Josip Delic | 2022-03-14 | 1 | -0/+84 |
| | | | | |||||
| * | | | Attempt to fix problems on windows | Anderson Bravalheri | 2022-04-04 | 1 | -0/+2 |
| | | | | |||||
| * | | | Be explicit about packages | Anderson Bravalheri | 2022-04-04 | 1 | -1/+3 |
| | | | | |||||
| * | | | Fix error with test_easy_install | Anderson Bravalheri | 2022-04-04 | 1 | -3/+6 |
| | | | | |||||
| * | | | Merge pull request #3151 from hexagonrecursion/fix-editable | Jason R. Coombs | 2022-04-03 | 1 | -0/+43 |
| |\ \ \ | | | | | | | | | Fix editable --user installs with build isolation | ||||
| | * | | | Replace direct usage of the `py` library | Anderson Bravalheri | 2022-03-08 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | According to https://pypi.org/project/py/, this library is in maintenance mode and should not be used in new code. | ||||
