From f8d4a31f2d3f193c36de312c518c9462b706ab04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Mon, 29 Sep 2025 10:21:08 +0900 Subject: [PATCH] gnu: python-poetry-core-next: Mark as deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 9d6ce0d0d45f4cfdf1fddccc999cfc0dde17ddb6. * gnu/packages/python-build.scm (python-poetry-core-next): Mark as a deprecated public alias. * gnu/packages/finance.scm (python-duniterpy): [native-inputs]: Replace python-poetry-core-next with python-poetry-core. Change-Id: I12bb7b00db4ad500107ac474333494453b2776dd Reviwed-by: Ludovic Courtès Signed-off-by: Sharlatan Hellseher --- gnu/packages/finance.scm | 2 +- gnu/packages/python-build.scm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 242477f5d4eba044eea91b062c1dc12c440bd6ba..e1c4f8598ef84458075aac372352ec70fd556a80 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1617,7 +1617,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms.") (base32 "1ysh9b5lzg053hv4iw3zbn7hid05qssiwmrl8sir8qlk958r8x60")))) (build-system pyproject-build-system) (native-inputs - (list python-poetry-core-next + (list python-poetry-core python-pytest)) (propagated-inputs (list python-base58 diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 87a982d8d83b4bb8aea1f3be4c9cfeeeefe47caf..ed903209f9373ab36bbf88edc87f0ca12e1b9e96 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -561,7 +561,8 @@ a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.") (license license:expat))) -(define-public python-poetry-core-next python-poetry-core) +(define-deprecated/public-alias python-poetry-core-next + python-poetry-core) ;may be removed after 2025-12-01 ;;; This package exists to bootstrap python-tomli. (define-public python-flit-core-bootstrap