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

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

    gnu: Remove python-pbr-next.
    
    * gnu/packages/python-build.scm (python-pbr-next): Delete variable.
    
    Change-Id: I18998f29d6f4346a579e9e9c15b0f19420bb2c0b
---
 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 65f25db64d..cf91e90f7e 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -611,9 +611,6 @@ versions, process requirements files and generate AUTHORS 
and ChangeLog file
 from git information.")
     (license license:asl2.0)))
 
-;; It may be removed after 2025-12-22.
-(define-deprecated/public-alias python-pbr-next python-pbr)
-
 (define-public python-pip
   (package
     (name "python-pip")

Reply via email to