gnu: python2-pyopengl-accelerate: Remove.
authorLars-Dominik Braun <lars@6xq.net>
Sat, 27 Jun 2020 13:14:25 +0000 (15:14 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 13 Jul 2020 10:52:53 +0000 (12:52 +0200)
* gnu/packages/python-xyz.scm (python2-pyopengl-accelerate): Remove
  variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/python-xyz.scm

index d49443e..b5b19c0 100644 (file)
@@ -15496,22 +15496,6 @@ related APIs.  The binding is created using the standard @code{ctypes}
 library.")
    (license license:bsd-3)))
 
-(define-public python2-pyopengl-accelerate
-  (package
-    (inherit python2-pyopengl)
-    (name "python2-pyopengl-accelerate")
-    (version "3.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "PyOpenGL-accelerate" version))
-       (sha256
-        (base32
-         "0464c1ifzk0k92lyndikmvzjgnx1y25r7bkkc8pnxm4kp1q4czwj"))))
-    (synopsis "Acceleration code for PyOpenGL")
-    (description
-     "This is the Cython-coded accelerator module for PyOpenGL.")))
-
 (define-public python-pyopengl
   (package
     (name "python-pyopengl")