mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python2-pyopengl-accelerate: Remove.
* gnu/packages/python-xyz.scm (python2-pyopengl-accelerate): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
dab195957b
commit
2cb678cd04
1 changed files with 0 additions and 16 deletions
|
@ -15496,22 +15496,6 @@ (define-public python2-pyopengl
|
||||||
library.")
|
library.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public python-pyopengl
|
||||||
(package
|
(package
|
||||||
(name "python-pyopengl")
|
(name "python-pyopengl")
|
||||||
|
|
Loading…
Reference in a new issue