9 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "plottertools";
18 hash = "sha256-nflAh3vj48wneM0wy/+M+XD6GC63KZEIFb1x4SS46YI=";
21 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [ numpy ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "vnoise" ];
30 description = "Vectorized, pure-Python Perlin noise library";
31 homepage = "https://github.com/plottertools/vnoise";
32 license = licenses.mit;
33 maintainers = with maintainers; [ SuperSandro2000 ];