mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: Add python2-pyopengl-accelerate.
* gnu/packages/python.scm (python2-pyopengl-accelerate): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8a6cd65a2a
commit
97c26793d9
1 changed files with 16 additions and 0 deletions
|
@ -11523,6 +11523,22 @@ related APIs. The binding is created using the standard @code{ctypes}
|
||||||
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-rencode
|
(define-public python-rencode
|
||||||
(package
|
(package
|
||||||
(name "python-rencode")
|
(name "python-rencode")
|
||||||
|
|
Loading…
Add table
Reference in a new issue