summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-09-29 10:21:08 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 13:22:59 +0100
commitf8d4a31f2d3f193c36de312c518c9462b706ab04 (patch)
tree92393724b39bef3a05b7bbe4ab86f19d6a508605 /gnu/packages/python-build.scm
parent1aad6576b3da86435a8097c85785ae9d1c12c88d (diff)
gnu: python-poetry-core-next: Mark as deprecated.
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 <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 87a982d8d83..ed903209f93 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