diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:11:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:24 +0100 |
| commit | b79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (patch) | |
| tree | 71c494edf92465ed0e621829daca9f4cd3d8d313 /gnu/packages/python-build.scm | |
| parent | dc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (diff) | |
gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools.
* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.
Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 062859808d1..f6ef6f0e337 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -361,23 +361,7 @@ facilitate packaging Python projects, where packaging includes: (native-inputs (list python-wheel-0.40)))) -(define-public python-setuptools-next - (package - (inherit python-setuptools) - (name "python-setuptools") - (version "79.0.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "setuptools" version)) - (sha256 - (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j")) - (modules '((guix build utils))) - (snippet - #~(begin - (for-each delete-file - (find-files "setuptools" "^(cli|gui).*\\.exe$")))))) - (build-system pyproject-build-system))) +(define-public python-setuptools-next python-setuptools) (define-public python-wheel (package |
