Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove code reliant on bdist_wininst. Ref #3525.bugfix/3525-error | Jason R. Coombs | 2022-08-15 | 1 | -9/+0 |
| | |||||
* | Merge https://github.com/pypa/distutils into distutils-fac564f | Jason R. Coombs | 2022-08-13 | 9 | -1640/+25 |
| | |||||
* | Merge pull request #3505 from pypa/distutils-cc017c7 | Jason R. Coombs | 2022-08-13 | 3 | -1693/+0 |
|\ | | | | | Remove old msvc modules (pypa/distutils@cc017c7) | ||||
| * | Merge https://github.com/pypa/distutils into distutils-cc017c7 | Jason R. Coombs | 2022-08-11 | 3 | -1693/+0 |
| | | |||||
* | | Fix other problems with editable installs (#3517) | Anderson Bravalheri | 2022-08-12 | 3 | -16/+55 |
|\ \ | | | | | | | | | | | | | | | | | | | 1. Ensure commands are finalized, to ensure plat_name is set. 2. Filter out temporary source files and prevent setuptools for attempting to consider them as part of the data_files/package_data list | ||||
| * | | Filter out temporary source files from being added to sdist | Anderson Bravalheri | 2022-08-12 | 1 | -13/+20 |
| | | | |||||
| * | | Fix test file | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 |
| | | | |||||
| * | | Ensure commands are finalized before using them | Anderson Bravalheri | 2022-08-12 | 1 | -3/+4 |
| | | | |||||
| * | | Replicate error in issue 3513 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+31 |
| | | | |||||
* | | | Fix flake8 error | Anderson Bravalheri | 2022-08-12 | 1 | -0/+1 |
| | | | |||||
* | | | Prevent optional extensions from failing in build_ext | Anderson Bravalheri | 2022-08-12 | 1 | -1/+2 |
| | | | |||||
* | | | Add test for non-optional extensions | Anderson Bravalheri | 2022-08-12 | 1 | -20/+36 |
| | | | |||||
* | | | Replicate error in issue 3510 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+20 |
|/ / | |||||
* | | Handle accidental virtual namespaces in editable install (#3512) | Anderson Bravalheri | 2022-08-12 | 2 | -3/+59 |
|\ \ | |||||
| * | | Add comments about accidental virtual namespaces | Anderson Bravalheri | 2022-08-12 | 1 | -1/+9 |
| | | | |||||
| * | | Add missing virtual namespace to tests | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Emulate accidental namespaces from regular installation | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Replicate error in issue 3504 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+48 |
| |/ | |||||
* | | Parametrise command name | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 |
| | | |||||
* | | Safeguard editable installs against build_py errors | Anderson Bravalheri | 2022-08-12 | 2 | -3/+46 |
| | | |||||
* | | Replicate error issue 3501 | Anderson Bravalheri | 2022-08-12 | 1 | -4/+47 |
|/ | |||||
* | Prevent errors in editable install and external ``.egg-info`` (#3503) | Anderson Bravalheri | 2022-08-11 | 2 | -4/+54 |
|\ | |||||
| * | Avoid mentioning project names in CHANGELOG | Anderson Bravalheri | 2022-08-11 | 1 | -1/+0 |
| | | | | | | | | ... since they may change implementantion | ||||
| * | Filter external egg_info files | Anderson Bravalheri | 2022-08-11 | 1 | -3/+17 |
| | | |||||
| * | Replicate error in issue 3500 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+37 |
| | | |||||
* | | Fix issue with editable install and single module distributions | Anderson Bravalheri | 2022-08-11 | 2 | -1/+30 |
|\ \ | |||||
| * | | Fix problem with editable install and single module packages | Anderson Bravalheri | 2022-08-11 | 1 | -1/+1 |
| | | | |||||
| * | | Reproduce problem with editable install in issue 3499 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+29 |
| |/ | |||||
* | | editable_install: Fix missing dry-run for legacy namespaces | Anderson Bravalheri | 2022-08-11 | 1 | -0/+1 |
| | | |||||
* | | editable_install: Ensure tests with legacy namespaces run | Anderson Bravalheri | 2022-08-11 | 1 | -0/+7 |
| | | |||||
* | | Fix typo in editable_wheel.py | leonixyz | 2022-08-11 | 1 | -1/+1 |
|/ | |||||
* | Merge PEP 660 implementation (#3488) | Anderson Bravalheri | 2022-08-11 | 22 | -263/+2636 |
|\ | |||||
| * | Merge 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-06 | 23 | -205/+321 |
| |\ | |||||
| * \ | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-05 | 1 | -1/+6 |
| |\ \ | |||||
| * | | | Prevent test errors on Windows due to path sep | Anderson Bravalheri | 2022-08-04 | 1 | -4/+8 |
| | | | | |||||
| * | | | Improve editable_wheel command help | Anderson Bravalheri | 2022-08-03 | 1 | -3/+3 |
| | | | | |||||
| * | | | Use better wording in description of 'compat' editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add test for 'compat' editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -0/+33 |
| | | | | |||||
| * | | | Add deprecation warning for compat editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+15 |
| | | | | |||||
| * | | | Adapt test_build_meta to the new format of editable_wheel options | Anderson Bravalheri | 2022-08-03 | 1 | -5/+5 |
| | | | | |||||
| * | | | Add compat mode to editable install | Anderson Bravalheri | 2022-08-03 | 2 | -22/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a transitional measure that can be temporarily used by users to help them to adapt to the PEP 660 implementation. In this commit the argument for the `editable_wheel` command is changed from the flag form `--strict` to `--mode=strict`. | ||||
| * | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-03 | 74 | -1064/+1037 |
| |\ \ \ | |||||
| * | | | | Avoid using 'SETUPTOOLS_EDITABLE' env var in test | Anderson Bravalheri | 2022-08-02 | 1 | -24/+28 |
| | | | | | |||||
| * | | | | Use venv to isolate test_legacy_editable_install | Anderson Bravalheri | 2022-08-02 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a test fix to prevent this test case for breaking test isolation. | ||||
| * | | | | Use set comparisson in test instead of list | Anderson Bravalheri | 2022-08-02 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Add prepare_metadata_for_build_editable to build_meta.__all__ | Anderson Bravalheri | 2022-08-02 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-02 | 87 | -797/+388 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-21 | 5 | -34/+31 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-04 | 20 | -286/+202 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix grammar problems with paragraph in docs | Anderson Bravalheri | 2022-07-03 | 1 | -1/+1 |
| | | | | | | | |