guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7e7c33f2d77ccc432679ffea567e3fd7a8481294
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:11:14 2026 +0000
gnu: Remove python-setuptools-79.
* gnu/packages/python-build.scm (python-setuptools-79): Delete variable.
Fixes: guix/guix#5737
Change-Id: If282391c8992fbbc7284c9e71f8bf57d43318997
---
gnu/packages/python-build.scm | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 6e9d01d5b9..9b7d3603d4 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -871,21 +871,6 @@ facilitate packaging Python projects, where packaging
includes:
'python-wrapper)))
(propagated-inputs (list))))
-(define-public python-setuptools-79
- (package
- (inherit python-setuptools)
- (name "python-setuptools")
- (version "79.0.1")
- (source
- (origin
- (inherit (package-source python-setuptools))
- (method url-fetch)
- (uri (pypi-uri "setuptools" version))
- (sha256
- (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j"))))
- (arguments
- (list #:tests? #f))))
-
(define-public python-wheel
(package
(name "python-wheel")