mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-setuptools: Add 57.5.0.
* gnu/packages/python-build.scm (python-setuptools-57): New variable.
This commit is contained in:
parent
7f96726607
commit
a47c475678
1 changed files with 13 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||
;;; Copyright © 2018, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
|
@ -101,6 +101,18 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue