diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-06-27 15:14:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-13 12:52:53 +0200 |
commit | 2cb678cd04f6a77626b0a7d9ff9cba9ba00bb9ab (patch) | |
tree | 0a6201b337390db51980ac401f73a3d46dbbe947 /gnu/packages | |
parent | dab195957bdd75eba49ee3d08adc5ff805d4f497 (diff) |
gnu: python2-pyopengl-accelerate: Remove.
* gnu/packages/python-xyz.scm (python2-pyopengl-accelerate): Remove
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d49443e689..b5b19c0ec3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |