guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e5185fa2062dbdc73b3d2552fd4eed8e76d63f6c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:14:01 2026 +0000
gnu: Remove python-cython-3.
* gnu/packages/python-xyz.scm (python-cython-3): Delete variable.
Change-Id: I702030f70a2063ef2a913b78e28f0dd132c09b7c
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f70e63b739..6335fdff98 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10900,9 +10900,6 @@ writing C extensions for Python as easy as Python
itself.")
(sha256
(base32 "0d0n0yyicr7icd4f5kn1wwbjqyad6j4m640xlqlk3ixchgad7bf3"))))))
-;; It may be removed after 2026-01-24.
-(define-deprecated/public-alias python-cython-3 python-cython)
-
;; NOTE: when upgrading numpy please make sure that python-numba,
;; python-pandas and python-scipy still build, as these three packages are
;; often used together.