guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9bfb33009faf712fe78b22e2f32b36904dc83a33
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 21:33:17 2026 +0000
gnu: Remove python-greenlet-2.
* gnu/packages/python-xyz.scm (python-greenlet-2): Delete variable.
Fixes: guix/guix#6801
Change-Id: Ib008ce81ca3af00d8c5c933d615b5a89effcc9ca
---
gnu/packages/python-xyz.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3f1ce9f4f8..c446f5a0d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21067,18 +21067,6 @@ pseudo-concurrently (typically in a single or a few
OS-level threads) and
are synchronized with data exchanges on \"channels\".")
(license (list license:psfl license:expat))))
-(define-public python-greenlet-2
- (hidden-package
- (package
- (inherit python-greenlet)
- (version "2.0.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "greenlet" version))
- (sha256
- (base32 "1h1l1mll5s4y1b09asf2jps0m7wyshnis1aassz9gc3xmw9xrj77")))))))
-
(define-public python-objgraph
(package
(name "python-objgraph")