diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-10 03:16:29 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:35 +0200 |
commit | 0daef2ffdf47e09129dbf2675a0c693af38a64d0 (patch) | |
tree | ee5d232efce176fa3752350974f630b7679562b8 | |
parent | 581945709f00355a62b3e33f3cd7a8681d877221 (diff) | |
download | guix-0daef2ffdf47e09129dbf2675a0c693af38a64d0.tar.gz guix-0daef2ffdf47e09129dbf2675a0c693af38a64d0.zip |
gnu: Remove python-setuptools-57.
* gnu/packages/python-build.scm (python-setuptools-57): Delete variable.
Change-Id: I151d8992c9bca65aa114df95354f740a4560d2f9
Signed-off-by: Steve George <steve@futurile.net>
-rw-r--r-- | gnu/packages/python-build.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 9ac325094d..c77e36b4b4 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -344,18 +344,6 @@ facilitate packaging Python projects, where packaging includes: license:asl2.0 ;packaging is dual ASL2/BSD-2 license:bsd-2)))) -;; This is the last version with use_2to3 support. -(define-public python-setuptools-57 - (package - (inherit python-setuptools) - (version "57.5.0") - (source (origin - (inherit (package-source python-setuptools)) - (uri (pypi-uri "setuptools" version)) - (sha256 - (base32 - "091sp8lrin7qllrhhx7y0iiv5gdb1d3l8a1ip5knk77ma1njdlyr")))))) - (define-public python-wheel (package (name "python-wheel") |