Support editable installs for projects that have a pyproject.toml and use a build backend that supports PEP 660. (#8212) When a revision is specified in a Git URL, use git's partial clone feature to speed up source retrieval. (#9086) Add a --debug flag, to enable a mode that doesn...
Support editable installs for projects that have a pyproject.toml and use a build backend that supports PEP 660 (pypa/pip#8212).create project & env:echo 'import setuptools; setuptools.setup(name="my_project", packages=["foo"])' > setup.py touch pyproject.toml # toml must exist to ...
Adopt PEP-621 for packaging (#1763) 2年前 .gitignore Add PEP-517 support (#1356) 4年前 .pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 9个月前 .pre-commit-hooks.yaml Add pre-commit hook for pip-compile (#976) 5年前 .prettierrc.yaml Prettify CHANGEL...
id=1962856 Patch11: CVE-2021-3572.patch # Downstream-only implementation of support of yanked releases # PEP 592 - Adding "Yank" Support to the Simple API: # https://www.python.org/dev/peps/pep-0592/ # Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2000135 ...
However, when using uv pip install -e, the package is installed in PEP-660 mode with a __editable__.<pkgname+version>.pth and __editable___<pkgname+version>_finder.py, ie using a dynamic import hook. Of course static analyzers generally do not understand those, and don't even try to...
The declared setuptools version (in the[build-system].requiresfield) is too old and doesn’t support PEP 660, i.e. anything older than setuptools 64.0.0 The current plan is that support for legacy editable installswill be entirely removed in pip 25.1 (Q2 2025). If your package doesn't ...
Deprecate pip install --editable falling back to setup.py develop when using a setuptools version that does not support :pep:660 (setuptools v63 and older). ([#11457](https://github.com/pypa/pip/issues/11457) <https://github.com/pypa/pip/issues/11457>_) Features ... (truncated) Commit...
point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format. --extra-index-url Extra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url. --no-index Ignore package index...
Support editable installs for projects that have a pyproject.toml and use a build backend that supports PEP 660. (#8212) When a revision is specified in a Git URL, use git's partial clone feature to speed up source retrieval. (#9086) Add a --debug flag, to enable a mode that doesn...
Support editable installs for projects that have a pyproject.toml and use a build backend that supports PEP 660. (#8212) When a revision is specified in a Git URL, use git's partial clone feature to speed up source retrieval. (#9086) Add a --debug flag, to enable a mode that doesn...