1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: Remove python-toolchain.

* gnu/packages/python.scm (python-toolchain): Delete variable.

Fixes: guix/guix#5688
Change-Id: Ic737c645b670f0dd7b0708427cdd968c83f9b751
This commit is contained in:
Sharlatan Hellseher
2026-02-24 18:24:16 +00:00
parent 3ee5c81f41
commit 85a32a1099

View File

@@ -1588,24 +1588,6 @@ and the unversioned commands available.")))
(define-public python-sans-pip-wrapper
(wrap-python3 python-sans-pip))
(define-public python-toolchain
(let ((base (package/inherit python-sans-pip-wrapper)))
(package
(inherit base)
(properties '())
(name "python-toolchain")
(propagated-inputs
(modify-inputs (package-propagated-inputs base)
(append python-pip
python-pypa-build
python-setuptools
python-wheel)))
(synopsis "Python toolchain")
(description
"Python toolchain including Python itself, setuptools and pip.
Use this package if you need a minimal Python toolchain instead of just
the interpreter."))))
(define-public pythoncapi-compat
;; No release nor tags: use the latest commit.
(let ((commit "ab72af8b1a9adfccb3578eea8e9b6d5c6449f409")