guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 85a32a109905023ed2463ed9978635c97d65bf75
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 24 18:24:16 2026 +0000

    gnu: Remove python-toolchain.
    
    * gnu/packages/python.scm (python-toolchain): Delete variable.
    
    Fixes: guix/guix#5688
    Change-Id: Ic737c645b670f0dd7b0708427cdd968c83f9b751
---
 gnu/packages/python.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6d5fe9b73c..c28f76f97c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")

Reply via email to