guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4d84bc7900582939d202c441b57f3f474680a184
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 42a6655512..176514324c 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")