summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into debt/remove-easy-installdebt/remove-easy-installJason R. Coombs2022-05-0910-133/+195
|\
| * 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
| * | Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-031-12/+6
| |\ \ | | |/ | |/|
| | * Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-12/+6
| | * Revert "XXX: Debugging"Andrey Bienkowski2022-03-061-37/+0
| | * XXX: DebuggingAndrey Bienkowski2022-03-061-0/+37
| * | Make install consider dist.run_command is overwritten in v61.0.0Anderson Bravalheri2022-03-251-8/+15
| * | Add test for setup.py install and dependenciesAnderson Bravalheri2022-03-251-1/+3
| |/
| * Use super throughout.Jason R. Coombs2022-02-271-2/+2
| * Just check for if destination file existsAnderson Bravalheri2022-02-271-2/+3
| * Check for file existence before using samefileAnderson Bravalheri2022-02-271-1/+2
| * Merge pull request #3137 from pypa/feature/samefile-nativeJason R. Coombs2022-02-261-18/+2
| |\
| | * Use samefile from stdlib, supported on Windows since Python 3.2.Jason R. Coombs2022-02-261-18/+2
| * | Extract method for processing site dirsJason R. Coombs2022-02-261-15/+22
| * | Move normpath into if block.Jason R. Coombs2022-02-261-3/+1
| * | Remove 'isinstance(int)' check and just validate unconditionally.Jason R. Coombs2022-02-261-3/+0
| * | Extract method to validate optimize parameter.Jason R. Coombs2022-02-261-9/+17
| |/
| * Prefer range().__contains__ for bounds check.Jason R. Coombs2022-02-261-1/+1
| * Deprecated upload_docs command. Ref #2971Jason R. Coombs2022-02-171-0/+8
| * Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-062-2/+5
| * Refactor _entry_points to separate loading from rendering. Explicitly validat...Jason R. Coombs2022-02-061-1/+2
| * Extract module for entry point management.Jason R. Coombs2022-02-061-38/+2
| * In test command, rely on metadata.EntryPoint for loading the value.Jason R. Coombs2022-02-061-5/+4
| * In egg_info, port use of pkg_resources.EntryPoint to importlib.metadataJason R. Coombs2022-02-061-3/+11
| * Extract function for converting entry points to a string.Jason R. Coombs2022-02-061-6/+14
| * Refactor to extract entry_points_definition generation.Jason R. Coombs2022-02-061-16/+23
| * Refactor to construct data in a single expression and extract 'to_str'.Jason R. Coombs2022-02-061-7/+9
| * Remove duplicate check on ep is None.Jason R. Coombs2022-02-061-1/+1
| * Avoid dual-use variable.Jason R. Coombs2022-02-061-3/+3
| * Migrate remainder of 'iter_entry_points' to importlib_metadata.Jason R. Coombs2022-02-063-11/+14
| * Replace use of parse_requirements with simple constructor.Jason R. Coombs2022-02-051-7/+3
| * Move ensure_directory into setuptools.Jason R. Coombs2022-02-054-4/+8
| * Create a function for only_strs to help document its purpose.Jason R. Coombs2022-02-011-3/+8
| * Skip non-string values from sysconfig.get_config_vars()Dominic Davis-Foster2022-02-011-1/+3
| * Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
| * Use super()谭九鼎2022-01-261-1/+1
| * Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-121-8/+8
| * fix version parsingliuzhe2022-01-071-2/+2
| * Use 'dict()' instead of '.copy()', for compatibility with DictStack.Jason R. Coombs2022-01-031-1/+1
| * Select 'posix_user' for the scheme unless falling back to stdlib, then use 'u...Jason R. Coombs2021-12-201-2/+2
| * Add fallback support for distutils in stdlib.Jason R. Coombs2021-12-201-3/+11
| * In easy_install, re-use scheme selection from distutils if available.Jason R. Coombs2021-12-201-8/+5
* | Remove 'run_setup' from easy_install command.Jason R. Coombs2021-11-261-22/+2
|/
* Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-3/+3
* Use warning instead of log for distutils commandAnderson Bravalheri2021-11-051-2/+3
* Handle custom build_py inheriting from distutilsAnderson Bravalheri2021-11-041-1/+9
* Remove data_files avoidance code.Jason R. Coombs2021-11-021-3/+0