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:
867 'python-wrapper))) 867 'python-wrapper)))
868 (propagated-inputs (list)))) 868 (propagated-inputs (list))))
869 869
870(define-public python-setuptools-67
871 (package
872 (inherit python-setuptools)
873 (version "67.6.1")
874 (source
875 (origin
876 (method url-fetch)
877 (uri (pypi-uri "setuptools" version))
878 (sha256
879 (base32 "16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
880 (modules '((guix build utils)))
881 (snippet
882 '(for-each delete-file (find-files "setuptools" "^(cli|gui).*\\.exe$")))))
883 (native-inputs
884 (list python-wheel-0.40))))
885
886(define-public python-setuptools-79 870(define-public python-setuptools-79
887 (package 871 (package
888 (inherit python-setuptools) 872 (inherit python-setuptools)