guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9dbe4ccab5806b21377acd437e8cb6ad84adbf61
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:31:12 2026 +0000
gnu: Remove python-poetry-core-next.
* gnu/packages/python-build.scm (python-poetry-core-next): Delete variable.
Change-Id: Ic4cddb270e1b4c25ca02bb63de5e3f4678bf49de
---
gnu/packages/python-build.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 6d62e64838..c94dbd972c 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1137,9 +1137,6 @@ a light weight, fully compliant, self-contained package
allowing PEP 517
compatible build front-ends to build Poetry managed projects.")
(license license:expat)))
-(define-deprecated/public-alias python-poetry-core-next
- python-poetry-core) ;may be removed after 2025-12-01
-
(define-public python-filelock-bootstrap
;; Try to update simultaneously with the standard version in
;; (gnu packages python-build).