Loading pkgs/development/python-modules/pyopengl-accelerate/default.nix +12 −1 Original line number Diff line number Diff line Loading @@ -2,12 +2,16 @@ , buildPythonPackage , pythonAtLeast , fetchPypi , cython_3 , numpy , setuptools , wheel }: buildPythonPackage rec { pname = "pyopengl-accelerate"; version = "3.1.7"; disabled = pythonAtLeast "3.10"; # fails to compile format = "pyproject"; src = fetchPypi { pname = "PyOpenGL-accelerate"; Loading @@ -15,6 +19,13 @@ buildPythonPackage rec { hash = "sha256-KxI2ISc6k59/0uwidUHjmfm11OgV1prgvbG2xwopNoA="; }; nativeBuildInputs = [ cython_3 numpy setuptools wheel ]; meta = { description = "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x"; homepage = "https://pyopengl.sourceforge.net/"; Loading Loading
pkgs/development/python-modules/pyopengl-accelerate/default.nix +12 −1 Original line number Diff line number Diff line Loading @@ -2,12 +2,16 @@ , buildPythonPackage , pythonAtLeast , fetchPypi , cython_3 , numpy , setuptools , wheel }: buildPythonPackage rec { pname = "pyopengl-accelerate"; version = "3.1.7"; disabled = pythonAtLeast "3.10"; # fails to compile format = "pyproject"; src = fetchPypi { pname = "PyOpenGL-accelerate"; Loading @@ -15,6 +19,13 @@ buildPythonPackage rec { hash = "sha256-KxI2ISc6k59/0uwidUHjmfm11OgV1prgvbG2xwopNoA="; }; nativeBuildInputs = [ cython_3 numpy setuptools wheel ]; meta = { description = "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x"; homepage = "https://pyopengl.sourceforge.net/"; Loading