diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:11:32 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 08:59:30 +0100 |
commit | cb45759846381de019f96ca0a0fe31ddfaf5d3f5 (patch) | |
tree | f156690c443e44d8185c8f30b28521b1c91e36ed /gnu/packages/python-xyz.scm | |
parent | 00e199525e3f4bd16cdd9b76ce903950e1531a77 (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-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0fff5d3b9e..90de1da2b8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5415,7 +5415,7 @@ for the standard @code{argparse} library.") (build-system pyproject-build-system) (native-inputs (list python-pytest - python-setuptools-next + python-setuptools python-wheel)) (home-page "https://github.com/eerimoq/bitstruct") (synopsis "Python values to and C bit field structs converter") @@ -13056,7 +13056,7 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.") python-numpy python-pillow python-pytest - python-setuptools-next + python-setuptools python-wheel)) (inputs (list ffmpeg-7)) @@ -30434,7 +30434,7 @@ preload_resources\ (format #t "test suite not run~%"))))))) (propagated-inputs (list python-dill)) - (native-inputs (list python-setuptools-next)) + (native-inputs (list python-setuptools)) (home-page "https://pypi.org/project/multiprocess/") (synopsis "Multiprocessing and multithreading in Python") (description @@ -32274,7 +32274,7 @@ native API of @code{python-argparse}.") (setenv "HOME" "/tmp/guix") ; must end on USERNAME... (invoke "python" "./pox/tests/__main__.py"))))))) (native-inputs - (list python-setuptools-next + (list python-setuptools which)) ;pox/tests/test_shutils.py (home-page "https://pypi.org/project/pox/") (synopsis "Python utilities for file system exploration and automated builds") @@ -36692,7 +36692,7 @@ graph can be output for rendering by GraphViz or yEd.") (native-inputs (list python-pytest python-pytest-benchmark - python-setuptools-next)) + python-setuptools)) (home-page "https://github.com/mrocklin/multipledispatch/") (synopsis "Multiple dispatch for Python based on pattern matching") (description @@ -36814,7 +36814,7 @@ worry whether all dependencies that use LooseVersion have migrated.") (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))) (native-inputs (list python-pytest - python-setuptools-next + python-setuptools python-setuptools-scm python-wheel)) (propagated-inputs @@ -36844,7 +36844,7 @@ cons cells in Python.") #~(list "--deselect=tests/test_dispatch.py::test_unification"))) (native-inputs (list python-pytest - python-setuptools-next + python-setuptools python-setuptools-scm)) (propagated-inputs (list python-cons @@ -36888,7 +36888,7 @@ cons cells in Python.") " and not ")))) (native-inputs (list python-pytest - python-setuptools-next)) + python-setuptools)) (propagated-inputs (list python-cons python-etuples @@ -40224,7 +40224,7 @@ with one function call. IceCream makes print debugging a little sweeter.") (string-append "not test_trigrams" " and not test_word_ids") "test/test_ngrams.py"))) (propagated-inputs (list python-cffi)) - (native-inputs (list python-pytest python-setuptools-next + (native-inputs (list python-pytest python-setuptools python-setuptools-scm-next python-wheel)) (home-page "https://github.com/mideind/Icegrams") (synopsis "Trigram statistics for Icelandic") |