python3Packages.pyopengl-accelerate: 3.1.7 -> 3.1.9
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,21 +10,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyopengl-accelerate";
|
||||
version = "3.1.7";
|
||||
version = "3.1.9";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyOpenGL-accelerate";
|
||||
pname = "pyopengl_accelerate";
|
||||
inherit version;
|
||||
hash = "sha256-KxI2ISc6k59/0uwidUHjmfm11OgV1prgvbG2xwopNoA=";
|
||||
hash = "sha256-hZV8fHaXWBj/dZ7JJD+dxwke9vNz6jei61DDIP2ahvM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/numpy_formathandler.pyx \
|
||||
--replace-fail 'Py_intptr_t' 'npy_intp'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
cython
|
||||
numpy
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user