8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "6bba9e9ea07906ce2dfe3cd847c1822b137f6b13e9f975c50b347312fd98e110";
18 propagatedBuildInputs = [ pulp ];
20 # tests not included with pypi release (in examples)
24 description = "Formulate and solve resource-constrained scheduling problems";
25 homepage = "https://github.com/timnon/pyschedule";
26 license = licenses.asl20;