Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve clib builds reproducibility (#3679) | Anderson Bravalheri | 2022-11-23 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Make clib build reproducible by sorting sources | Daniel Garcia Moreno | 2022-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix https://github.com/pypa/setuptools/issues/3678 | |||||
| * | | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 1 | -1/+0 | |
| |/ | | | | | | | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | |||||
| * | Typo corrections | Brett M. Morris | 2022-10-31 | 1 | -2/+2 | |
| | | ||||||
| *-----. | Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564 | Anderson Bravalheri | 2022-10-14 | 2 | -5/+14 | |
| |\ \ \ \ | ||||||
| | | | | * | remove python2 cases | Stéphane Blondon | 2022-08-25 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
| | | | * | Improve warnings in editable install | Anderson Bravalheri | 2022-08-26 | 1 | -2/+6 | |
| | |_|/ | |/| | | ||||||
| | | * | Handle no-packages projects in editable_wheel | Anderson Bravalheri | 2022-10-12 | 1 | -1/+6 | |
| | |/ | |/| | ||||||
| | * | fix small error message typo in editable_wheel.py | alexzorin | 2022-10-12 | 1 | -1/+1 | |
| |/ | ||||||
| * | Prevent accidental partial name matching in editable hooks | Anderson Bravalheri | 2022-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Limit number of string replacements | Anderson Bravalheri | 2022-08-21 | 1 | -1/+5 | |
| | | ||||||
| * | Fix recursion problem in finder | Anderson Bravalheri | 2022-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix backward compatibility with distutils | Anderson Bravalheri | 2022-08-15 | 1 | -0/+2 | |
| | | ||||||
| * | Fix other problems with editable installs (#3517) | Anderson Bravalheri | 2022-08-12 | 2 | -16/+24 | |
| |\ | | | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| | * | Ensure commands are finalized before using them | Anderson Bravalheri | 2022-08-12 | 1 | -3/+4 | |
| | | | ||||||
| * | | Prevent optional extensions from failing in build_ext | Anderson Bravalheri | 2022-08-12 | 1 | -1/+2 | |
| |/ | ||||||
| * | Handle accidental virtual namespaces in editable install (#3512) | Anderson Bravalheri | 2022-08-12 | 1 | -2/+10 | |
| |\ | ||||||
| | * | Add comments about accidental virtual namespaces | Anderson Bravalheri | 2022-08-12 | 1 | -1/+9 | |
| | | | ||||||
| | * | Emulate accidental namespaces from regular installation | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| |/ | ||||||
| * | Prevent errors in editable install and external ``.egg-info`` (#3503) | Anderson Bravalheri | 2022-08-11 | 1 | -4/+17 | |
| |\ | ||||||
| | * | 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 | |
| | | | ||||||
| * | | Fix issue with editable install and single module distributions | Anderson Bravalheri | 2022-08-11 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Fix problem with editable install and single module packages | Anderson Bravalheri | 2022-08-11 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | editable_install: Fix missing dry-run for legacy namespaces | Anderson Bravalheri | 2022-08-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix typo in editable_wheel.py | leonixyz | 2022-08-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | 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 deprecation warning for compat editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+15 | |
| | | ||||||
| * | Add compat mode to editable install | Anderson Bravalheri | 2022-08-03 | 1 | -11/+37 | |
| | | | | | | | | | | | | | | | | 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 | 1 | -2/+3 | |
| |\ | ||||||
| | * | Merge pull request #3469 from pypa/debt/deprecate-upload-docs | Jason R. Coombs | 2022-08-02 | 1 | -2/+3 | |
| | |\ | | | | | | | | | Deprecate upload_docs command | |||||
| | | * | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2022-08-02 | 1 | -1/+3 | |
| | | | | ||||||
| | | * | spell out read the docs | Jason R. Coombs | 2022-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com> | |||||
| | | * | Revert "Limit the scope of deprecation of the upload_docs command." | Jason R. Coombs | 2022-07-27 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 995d309317c6895a123c03df28bc8f51f6ead5f5. Ref #2971. | |||||
| * | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-02 | 1 | -2/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Update 'bdist' format addition to assume a single 'format_commands' as a ↵ | Jason R. Coombs | 2022-07-31 | 1 | -2/+6 | |
| | |/ | | | | | | | | | | dictionary, but fall back to the dual dict/list model for compatibility with stdlib. | |||||
| * | | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-04 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
| | * | setuptools: drop support for installing an entrypoint dependencies | Benoit Pierre | 2022-07-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | It does not work (broken since `v60.8.0`: the code in `_install_dependencies` forgets to add the newly installed egg to `sys.path`), and is unnecessary as it's the job of the code handling `setup_requires` to ensure all necessary build requirements are installed. | |||||
| * | | Fix grammar problems with paragraph in docs | Anderson Bravalheri | 2022-07-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix header location | Anderson Bravalheri | 2022-06-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 1 | -14/+14 | |
| | | | ||||||
| * | | Add help message to editable install exception | Anderson Bravalheri | 2022-06-25 | 1 | -6/+23 | |
| | | | ||||||
| * | | Test symlinks in the target directory | Anderson Bravalheri | 2022-06-25 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | Improve chances that symlinks are tested directly on the relevant file system (some machines might have multiple disks with different link support). | |||||
| * | | sdist: Add files from build subcommands (get_source_files) | Anderson Bravalheri | 2022-06-25 | 2 | -0/+30 | |
| | | | ||||||
| * | | Revert addition of use_links to build_lib | Anderson Bravalheri | 2022-06-24 | 2 | -5/+3 | |
| | | | ||||||
| * | | Add docstrings for command classes | Anderson Bravalheri | 2022-06-24 | 1 | -1/+107 | |
| | | |