mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setuptools-next: Mark as deprecated.
Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Mark as a deprecated public alias. * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas, python-asdf-standard, python-jplephem, python-rad) [native-inputs]: Replace python-setuptools-next with python-setuptools. * python-crypto.scm (python-ed25519) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/qt.scm (python-sip) [native-inputs, propagated-inputs]: Replace python-setuptools-next with python-setuptools. (python-pyqt-builder) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/textutils.scm (cobib) [native-inputs]: Replace python-setuptools-next with python-setuptools. Change-Id: I5f2d7ec8c62dc0fa0855c5eb64a4f87579d188eb
This commit is contained in:
parent
8e69a03527
commit
fa96bd8d13
5 changed files with 11 additions and 10 deletions
|
@ -2273,7 +2273,7 @@ support for reading and writing various compression algorithms including:
|
|||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-xdist
|
||||
python-setuptools-next
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
|
@ -2304,7 +2304,7 @@ implementation package such as asdf-astropy.")
|
|||
python-pytest
|
||||
python-pytest-asdf-plugin
|
||||
python-pyyaml
|
||||
python-setuptools-next
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
(home-page "https://asdf-standard.readthedocs.io/")
|
||||
(synopsis "ASDF standard schemas")
|
||||
|
@ -5093,7 +5093,7 @@ satellite.")
|
|||
(with-directory-excursion "ci"
|
||||
(invoke "python" "-m" "unittest" "test"))))))))
|
||||
(native-inputs
|
||||
(list python-setuptools-next))
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(home-page "https://github.com/brandon-rhodes/python-jplephem")
|
||||
|
@ -7054,7 +7054,7 @@ wiggles are caused by resampling noise or aliasing artifacts.")
|
|||
python-pytest-asdf-plugin
|
||||
python-pytest-doctestplus
|
||||
python-semantic-version
|
||||
python-setuptools-next
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue