GNU bug report logs -
#50505
[PATCH 00/12] gnu: Add python-manim
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-pyrr): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e0d65daf91..d706d208af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19633,6 +19633,28 @@ (define-public python-moderngl
also written in C++ for high performance.")
(license license:expat)))
+(define-public python-pyrr
+ (package
+ (name "python-pyrr")
+ (version "0.10.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyrr" version))
+ (sha256
+ (base32
+ "07byxkq8dcc8n6fc2q7g3vq3mxzzj0hqzm8hlq3gfwbf68h7n3rw"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-multipledispatch python-numpy))
+ (home-page "https://github.com/adamlwgriffiths/Pyrr")
+ (synopsis "Mathematical functions for 3D graphics using NumPy")
+ (description
+ "This Python package provides a collection of object-oriented and
+procedural interfaces for working with matrices, quaternions, vectors and
+plane/line/ray objects for 3D graphics.")
+ (license license:bsd-2)))
+
(define-public python-pyglet
(package
(name "python-pyglet")
--
2.34.0
This bug report was last modified 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.