guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d80abd4cc30e9e36bfc68ecd1c8bce568886dbeb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:11:06 2026 +0000
gnu: Remove python-setuptools-67.
* gnu/packages/python-build.scm (python-setuptools-67): Delete variable.
Related-to: guix/guix#5737
Change-Id: I40a3499686877b99c7467a3e83976c3ea48b4649
---
gnu/packages/python-build.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 7b9fc63271..eafd740a10 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -871,22 +871,6 @@ facilitate packaging Python projects, where packaging
includes:
'python-wrapper)))
(propagated-inputs (list))))
-(define-public python-setuptools-67
- (package
- (inherit python-setuptools)
- (version "67.6.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "setuptools" version))
- (sha256
- (base32 "16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
- (modules '((guix build utils)))
- (snippet
- '(for-each delete-file (find-files "setuptools"
"^(cli|gui).*\\.exe$")))))
- (native-inputs
- (list python-wheel-0.40))))
-
(define-public python-setuptools-79
(package
(inherit python-setuptools)