mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setuptools-scm-next: Mark as deprecated.
This is a followup to 762352c96f
.
Replace all python-setuptools-scm-next occurrences with
python-setuptools-scm.
* gnu/packages/python-build.scm (python-setuptools-scm-next):
Mark as a deprecated public alias.
* gnu/packages/qt.scm (python-sip, python-pyqt-builder) [native-inputs]:
Replace python-setuptools-next with python-setuptools.
Change-Id: I89479e83d89444f93be4d4c819165c4f12ccf913
Reviwed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fa96bd8d13
commit
e10ba76d2b
2 changed files with 4 additions and 3 deletions
|
@ -686,7 +686,8 @@ system, then @code{flit_core} to build the package.")
|
||||||
them as the version argument or in a SCM managed file.")
|
them as the version argument or in a SCM managed file.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-setuptools-scm-next python-setuptools-scm)
|
(define-deprecated/public-alias python-setuptools-scm-next
|
||||||
|
python-setuptools-scm) ;may be removed after 2025-12-01
|
||||||
|
|
||||||
(define-public python-editables
|
(define-public python-editables
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -4372,7 +4372,7 @@ Python.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; No test system found.
|
(list #:tests? #f)) ; No test system found.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools python-setuptools-scm-next python-wheel))
|
(list python-setuptools python-setuptools-scm python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-packaging python-setuptools python-tomli))
|
(list python-packaging python-setuptools python-tomli))
|
||||||
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
|
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
|
||||||
|
@ -4725,7 +4725,7 @@ set of three modules.")))
|
||||||
"1g40j5iyad8bw8113rsxxkbkdi7g1lcjj0lb1j7pma442i3fmpsn"))))
|
"1g40j5iyad8bw8113rsxxkbkdi7g1lcjj0lb1j7pma442i3fmpsn"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools
|
(native-inputs (list python-setuptools
|
||||||
python-setuptools-scm-next
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-sip))
|
(list python-sip))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue