9 buildPythonPackage rec {
11 version = "unstable-2022-07-22";
13 src = fetchFromGitHub {
14 owner = "adamlwgriffiths";
16 rev = "f6c8698c48a75f3fb7ad0d47d0ce80a04f87ba2f";
17 hash = "sha256-u9O52MQskZRzw0rBH6uPdXdikWLJe7wyBZGNKIFA4BA=";
20 propagatedBuildInputs = [ multipledispatch numpy ];
23 description = "3D mathematical functions using NumPy";
24 homepage = "https://github.com/adamlwgriffiths/Pyrr/";
25 license = licenses.bsd2;
26 maintainers = with maintainers; [ c0deaddict ];