@@ -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")