9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "3c0f7b20326e71f706a610d58f2190fff73af01eef60c19cb188b186f0ec7e1d";
18 buildInputs = [ setuptools ];
19 propagatedBuildInputs = [ multipledispatch numpy ];
22 description = "3D mathematical functions using NumPy";
23 homepage = "https://github.com/adamlwgriffiths/Pyrr/";
24 license = licenses.bsd2;
25 maintainers = with maintainers; [ c0deaddict ];