gnu: python2-gevent: Remove package.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 19 Dec 2020 20:38:10 +0000 (15:38 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 21 Dec 2020 03:47:02 +0000 (22:47 -0500)
* gnu/packages/python-xyz.scm (python2-gevent): Remove variable.
(python-gevent)[properties]: Remove field.

gnu/packages/python-xyz.scm

index 7173a05..a4fa60d 100644 (file)
@@ -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