mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
bb0b0e5193
commit
71aa57d1ea
1 changed files with 0 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue