M gnu/packages/python-build.scm => gnu/packages/python-build.scm +2 -1
@@ 686,7 686,8 @@ system, then @code{flit_core} to build the package.")
them as the version argument or in a SCM managed file.")
(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
(package
M gnu/packages/qt.scm => gnu/packages/qt.scm +2 -2
@@ 4372,7 4372,7 @@ Python.")
(arguments
(list #:tests? #f)) ; No test system found.
(native-inputs
- (list python-setuptools python-setuptools-scm-next python-wheel))
+ (list python-setuptools python-setuptools-scm python-wheel))
(propagated-inputs
(list python-packaging python-setuptools python-tomli))
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
@@ 4725,7 4725,7 @@ set of three modules.")))
"1g40j5iyad8bw8113rsxxkbkdi7g1lcjj0lb1j7pma442i3fmpsn"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools
- python-setuptools-scm-next
+ python-setuptools-scm
python-wheel))
(inputs
(list python-sip))