gnu: python-poetry-core-next: Mark as deprecated.

This is a followup to 9d6ce0d0d4.

* 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 <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nguyễn Gia Phong 2025-09-29 10:21:08 +09:00 committed by Sharlatan Hellseher
parent 1aad6576b3
commit f8d4a31f2d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 2 deletions

View file

@ -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