From e10ba76d2bc560e21716b0e5990856915ca0ba62 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 29 Sep 2025 10:54:52 +0900 Subject: gnu: python-setuptools-scm-next: Mark as deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 762352c96faa888b2c534f61cc0a48d15a01eda5. 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 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-build.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-build.scm') diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 4f0302d1746..434dc06fb52 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -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 -- cgit v1.3