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

commit b3085d4a20af9d3c1aa68d87b4e8e33fba1a52e2
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 c94dbd972c..42a6655512 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -889,9 +889,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