[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: python2-gevent: Remove package.
From: |
guix-commits |
Subject: |
22/33: gnu: python2-gevent: Remove package. |
Date: |
Sun, 20 Dec 2020 22:53:10 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 6e6b1571b8b5b06c88cde2ce7d2f43e23b2fd03e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 19 15:38:10 2020 -0500
gnu: python2-gevent: Remove package.
* gnu/packages/python-xyz.scm (python2-gevent): Remove variable.
(python-gevent)[properties]: Remove field.
---
gnu/packages/python-xyz.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7173a05..a4fa60d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12635,17 +12635,7 @@ graphviz.")
"@code{gevent} is a coroutine-based Python networking library that uses
@code{greenlet} to provide a high-level synchronous API on top of the
@code{libev} event loop.")
- (license license:expat)
- (properties `((python2-variant . ,(delay python2-gevent))))))
-
-(define-public python2-gevent
- (let ((base (package-with-python2
- (strip-python2-variant python-gevent))))
- (package
- (inherit base)
- (native-inputs `(,@(package-native-inputs base)
- ("python-mock" ,python2-mock)
- ("python2-selectors2" ,python2-selectors2))))))
+ (license license:expat)))
(define-public python-fastimport
(package
- 10/33: gnu: python2-flask-script: Remove package., (continued)
- 10/33: gnu: python2-flask-script: Remove package., guix-commits, 2020/12/20
- 05/33: gnu: Add python-dpkt., guix-commits, 2020/12/20
- 12/33: gnu: python-werkzeug: Update to 1.0.1., guix-commits, 2020/12/20
- 13/33: gnu: python2-greenlet: Remove package., guix-commits, 2020/12/20
- 16/33: gnu: bpython2: Remove package., guix-commits, 2020/12/20
- 19/33: gnu: python2-openstackdocstheme: Remove package., guix-commits, 2020/12/20
- 14/33: gnu: python2-pynvim: Remove package., guix-commits, 2020/12/20
- 15/33: gnu: python2-eventlet: Remove package., guix-commits, 2020/12/20
- 17/33: gnu: python2-gpic: Remove package., guix-commits, 2020/12/20
- 20/33: gnu: python2-oslo.context: Remove package., guix-commits, 2020/12/20
- 22/33: gnu: python2-gevent: Remove package.,
guix-commits <=
- 23/33: gnu: python2-pykka: Remove package., guix-commits, 2020/12/20
- 25/33: gnu: python2-graphene: Remove package., guix-commits, 2020/12/20
- 21/33: gnu: python-gevent: Update to 20.9.0., guix-commits, 2020/12/20
- 18/33: gnu: python2-graphql-relay: Remove package., guix-commits, 2020/12/20
- 24/33: gnu: python2-pykafka: Remove package., guix-commits, 2020/12/20
- 28/33: gnu: python-greenlet: Update to 0.4.17., guix-commits, 2020/12/20
- 26/33: gnu: python2-gdrivefs: Remove package., guix-commits, 2020/12/20
- 29/33: gnu: python2-geventhttpclient: Remove package., guix-commits, 2020/12/20
- 31/33: gnu: python2-reno: Remove package., guix-commits, 2020/12/20
- 33/33: gnu: Add python-locust., guix-commits, 2020/12/20