10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "plottertools";
19 hash = "sha256-nflAh3vj48wneM0wy/+M+XD6GC63KZEIFb1x4SS46YI=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [ numpy ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "vnoise" ];
31 description = "Vectorized, pure-Python Perlin noise library";
32 homepage = "https://github.com/plottertools/vnoise";
33 license = licenses.mit;
34 maintainers = with maintainers; [ SuperSandro2000 ];