gnu: Remove python-setuptools-67.

* gnu/packages/python-build.scm (python-setuptools-67): Delete variable.

Related-to: guix/guix#5737
Change-Id: I40a3499686877b99c7467a3e83976c3ea48b4649
This commit is contained in:
Sharlatan Hellseher 2026-01-21 14:11:06 +00:00
parent bb0b0e5193
commit 71aa57d1ea
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)