9 hash = "sha256-mUl/bzxjilD/dhby+M2Iexi7/zdl3BvYaBVU2xRnyTM=";
10 in buildPythonPackage {
11 inherit pname version;
14 inherit pname version hash;
17 propagatedBuildInputs = [ numpy ];
18 dontUseSetuptoolsCheck = true;
21 homepage = "https://github.com/erdewit/eventkit";
22 description = "Event-driven data pipelines";
23 license = licenses.bsd2;
24 maintainers = with maintainers; [ cab404 ];