7 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "38c479e2fb7668f9b37aff0f9ffdd7bfd1ee9393528f2d3d36b5911b40da70a1";
18 propagatedBuildInputs = [
22 # upstream has no tests
25 pythonImportsCheck = [ "stookalert" ];
28 description = "Python package for the RIVM Stookalert";
29 homepage = "https://github.com/fwestenberg/stookalert";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ dotlambda ];