9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-V6J5dDZXQ5H/Y6ER6FLlOkFk7Nga0jY5ZBdDzRogm2U=";
21 build-system = [ setuptools ];
23 # PyPI release don't contain tests
26 pythonImportsCheck = [ "noise" ];
29 description = "Native-code and shader implementations of Perlin noise";
30 homepage = "https://github.com/caseman/noise";
31 license = licenses.mit;