diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:11:32 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-08 16:50:07 +0100 |
commit | f70778453b8ada318f631b0bbe7e4413dbcd856e (patch) | |
tree | 2fce2e3a320d43ea630a8854d4365f8d2138b85e /gnu/packages/python-xyz.scm | |
parent | 8cf47ba6bbed8f9b825ff77499b5071d248ab4df (diff) |
gnu: python-setuptools-next: Set to python-setuptools.
* gnu/packages/python-build.scm (python-setuptools-next): Set to python-setuptools.
* gnu/packages/astronomy.scm: (python-asdf, python-asdf-astropy,
python-asdf-bootstrap, python-asdf-coordinates-schemas,
python-asdf-standard, python-asdf-transform-schemas,
python-asdf-transform-schemas-bootstrap, python-asdf-wcs-schemas,
python-ci-watson, python-crds, python-rad, python-roman-datamodels,
python-stdatamodels, python-stpipe, python-stpsf, python-stsci-image,
python-sunraster, python-tweakwcs): Replace PYTHON-SETUPTOOLS-NEXT with
PYTHON-SETUPTOOLS variable.
* gnu/packages/calendar.scm (khal): Likewise.
* gnu/packages/machine-learning.scm (python-cma): Likewise.
* gnu/packages/python-xyz.scm (python-bitstruct, python-av,
python-icegrams): Likewise.
* gnu/packages/statistics.scm (python-mapie): Likewise.
Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8c9d9be6bf..7992823d8f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5335,7 +5335,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") @@ -12970,7 +12970,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)) @@ -40087,7 +40087,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") |