GNU bug report logs -
#76835
[PATCH python-team 00/15] Some further python fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Mar 2025 18:51:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #122 received at 76835 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-build.scm (python-setuptools-57): Delete variable.
---
gnu/packages/python-build.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 6bea44fee6..85115afe25 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -344,18 +344,6 @@ (define-public python-setuptools
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")
--
2.48.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.