diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-24 18:24:16 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-08 23:33:32 +0000 |
| commit | 85a32a109905023ed2463ed9978635c97d65bf75 (patch) | |
| tree | 8f9dd86c21bfa37df0b100367068671ea25b321a /gnu/packages/python.scm | |
| parent | 3ee5c81f418a4c207af6d52e22a75663320390f7 (diff) | |
gnu: Remove python-toolchain.
* gnu/packages/python.scm (python-toolchain): Delete variable.
Fixes: guix/guix#5688
Change-Id: Ic737c645b670f0dd7b0708427cdd968c83f9b751
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6d5fe9b73cd..c28f76f97ca 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1588,24 +1588,6 @@ and the unversioned commands available."))) | |||
| 1588 | (define-public python-sans-pip-wrapper | 1588 | (define-public python-sans-pip-wrapper |
| 1589 | (wrap-python3 python-sans-pip)) | 1589 | (wrap-python3 python-sans-pip)) |
| 1590 | 1590 | ||
| 1591 | (define-public python-toolchain | ||
| 1592 | (let ((base (package/inherit python-sans-pip-wrapper))) | ||
| 1593 | (package | ||
| 1594 | (inherit base) | ||
| 1595 | (properties '()) | ||
| 1596 | (name "python-toolchain") | ||
| 1597 | (propagated-inputs | ||
| 1598 | (modify-inputs (package-propagated-inputs base) | ||
| 1599 | (append python-pip | ||
| 1600 | python-pypa-build | ||
| 1601 | python-setuptools | ||
| 1602 | python-wheel))) | ||
| 1603 | (synopsis "Python toolchain") | ||
| 1604 | (description | ||
| 1605 | "Python toolchain including Python itself, setuptools and pip. | ||
| 1606 | Use this package if you need a minimal Python toolchain instead of just | ||
| 1607 | the interpreter.")))) | ||
| 1608 | |||
| 1609 | (define-public pythoncapi-compat | 1591 | (define-public pythoncapi-compat |
| 1610 | ;; No release nor tags: use the latest commit. | 1592 | ;; No release nor tags: use the latest commit. |
| 1611 | (let ((commit "ab72af8b1a9adfccb3578eea8e9b6d5c6449f409") | 1593 | (let ((commit "ab72af8b1a9adfccb3578eea8e9b6d5c6449f409") |
