diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-22 10:44:21 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:24 +0100 |
| commit | 85a45ad58f7b48617b7fda50614779a8f2703710 (patch) | |
| tree | 3bf5a52c8f202a1d24edfede1ec5fb7c720ccf19 /gnu/packages/python-build.scm | |
| parent | 582ca1dca38dd56bd8542bfd0bcefd80ad926476 (diff) | |
gnu: Remove python-pep517.
* gnu/packages/python-xyz.scm (python-pep517, python-pep517-bootstrap):
Delete variables.
Relates-to: guix/guix#5813
Fixes: guix/guix#5726
Change-Id: Ia0c25319dd59f6f484611159580a844fd6e96d30
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 12d8f1d2890..73435623c70 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -841,33 +841,6 @@ installed with a newer @code{pip} or with wheel's own command line utility.") (sha256 (base32 "0ww8fgkvwv35ypj4cnngczdwp6agr4qifvk2inb32azfzbrrc4fd")))))) -;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks. -;;; -;;; From PyPI web page: The core of this package has been renamed to -;;; pyproject-hooks (https://pyproject-hooks.readthedocs.io). Please use that -;;; package or build (https://pypa-build.readthedocs.io/en/stable/) in place -;;; of pep517. -(define-public python-pep517-bootstrap - (hidden-package - (package - (name "python-pep517-bootstrap") - (version "0.13.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pep517" version)) - (sha256 - (base32 "05xk0x7b5n7zmcqrznm4lnbakgdjpin19mp5zyzb92wksgzs4bqv")))) - (build-system pyproject-build-system) - (arguments - `(#:tests? #f)) ;to avoid circular dependencies - (native-inputs (list python-flit-core)) - (home-page "https://github.com/pypa/pep517") - (synopsis "Wrappers to build Python packages using PEP 517 hooks") - (description - "Wrappers to build Python packages using PEP 517 hooks.") - (license license:expat)))) - (define-public python-pyparsing (package (name "python-pyparsing") |
