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

commit 7217d18971b22d0868628bcfb288de2245630383
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:31:12 2026 +0000

    gnu: Remove python-setuptools-next.
    
    * gnu/packages/python-build.scm (python-setuptools-next): Delete variable.
    
    Change-Id: I2de8aa1869e1d7485cc2816c6ab0d67429cce707
---
 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 08722c361d..65f25db64d 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -886,9 +886,6 @@ facilitate packaging Python projects, where packaging 
includes:
        (sha256
         (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j"))))))
 
-(define-deprecated/public-alias python-setuptools-next
-  python-setuptools)                   ;may be removed after 2025-12-01
-
 (define-public python-wheel
   (package
     (name "python-wheel")

Reply via email to