summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-21 14:11:06 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:32 +0100
commitd39dee169cdc84dbfc363580e37b9e13717a2d28 (patch)
treec0de49c88e5e0658a861003a0e6e645f0750c22a /gnu/packages/python-build.scm
parent5f84a2d1221ab14f7c48b8e3c6d2052609ee70e5 (diff)
gnu: Remove python-setuptools-67.
* gnu/packages/python-build.scm (python-setuptools-67): Delete variable. Related-to: guix/guix#5737 Change-Id: I40a3499686877b99c7467a3e83976c3ea48b4649
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index b435543d8c6..450367aa99a 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -867,22 +867,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)