mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setuptools: Update to 80.9.0.
* gnu/packages/python-build.scm (python-setuptools): Update to 80.9.0. Change-Id: I76ecbbfd4aeb3334fc3544912ded256ff058f3db
This commit is contained in:
parent
2d45de1bc4
commit
b212d0481e
1 changed files with 3 additions and 4 deletions
|
@ -323,14 +323,13 @@ Python Package Index (PyPI).")
|
||||||
(define-public python-setuptools
|
(define-public python-setuptools
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools")
|
(name "python-setuptools")
|
||||||
(version "67.6.1")
|
(version "80.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "setuptools" version))
|
(uri (pypi-uri "setuptools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "175iixi2h2jz8y2bpwziak360hvv43jfhipwzbdniryd5r04fszk"))
|
||||||
"16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; TODO: setuptools now bundles the following libraries:
|
;; TODO: setuptools now bundles the following libraries:
|
||||||
|
@ -339,7 +338,7 @@ Python Package Index (PyPI).")
|
||||||
;; installers for Windows.
|
;; installers for Windows.
|
||||||
'(for-each delete-file (find-files "setuptools"
|
'(for-each delete-file (find-files "setuptools"
|
||||||
"^(cli|gui).*\\.exe$")))))
|
"^(cli|gui).*\\.exe$")))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; FIXME: Tests require pytest, which itself relies on setuptools.
|
;; FIXME: Tests require pytest, which itself relies on setuptools.
|
||||||
;; One could bootstrap with an internal untested setuptools.
|
;; One could bootstrap with an internal untested setuptools.
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue