guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 06785d4986b22f94bab781b7ffce8c47c5835ed9
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 53f0649f13..08722c361d 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1134,9 +1134,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).

Reply via email to