summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 22:11:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:34 +0100
commitb212d0481e3301583e98d821c85dfdfdb31b3605 (patch)
treee55fedd831c120b0db407f670e6f6830301e096d /gnu/packages/python-build.scm
parent2d45de1bc40a8c799dcc5231fd09d71145ee05fb (diff)
gnu: python-setuptools: Update to 80.9.0.
* gnu/packages/python-build.scm (python-setuptools): Update to 80.9.0. Change-Id: I76ecbbfd4aeb3334fc3544912ded256ff058f3db
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index d3b31b05c76..c858187885a 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -323,14 +323,13 @@ Python Package Index (PyPI).")
323(define-public python-setuptools 323(define-public python-setuptools
324 (package 324 (package
325 (name "python-setuptools") 325 (name "python-setuptools")
326 (version "67.6.1") 326 (version "80.9.0")
327 (source 327 (source
328 (origin 328 (origin
329 (method url-fetch) 329 (method url-fetch)
330 (uri (pypi-uri "setuptools" version)) 330 (uri (pypi-uri "setuptools" version))
331 (sha256 331 (sha256
332 (base32 332 (base32 "175iixi2h2jz8y2bpwziak360hvv43jfhipwzbdniryd5r04fszk"))
333 "16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
334 (modules '((guix build utils))) 333 (modules '((guix build utils)))
335 (snippet 334 (snippet
336 ;; TODO: setuptools now bundles the following libraries: 335 ;; TODO: setuptools now bundles the following libraries:
@@ -339,7 +338,7 @@ Python Package Index (PyPI).")
339 ;; installers for Windows. 338 ;; installers for Windows.
340 '(for-each delete-file (find-files "setuptools" 339 '(for-each delete-file (find-files "setuptools"
341 "^(cli|gui).*\\.exe$"))))) 340 "^(cli|gui).*\\.exe$")))))
342 (build-system python-build-system) 341 (build-system pyproject-build-system)
343 ;; FIXME: Tests require pytest, which itself relies on setuptools. 342 ;; FIXME: Tests require pytest, which itself relies on setuptools.
344 ;; One could bootstrap with an internal untested setuptools. 343 ;; One could bootstrap with an internal untested setuptools.
345 (arguments (list #:tests? #f)) 344 (arguments (list #:tests? #f))