1 { buildPythonPackage, fetchPypi, isPy27, lib, setuptools, setuptools-scm
4 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "b36542e2faab612f861c5ef4da17220ac1553f5892b3583c67281dbe4faad404";
15 nativeBuildInputs = [ setuptools-scm ];
17 propagatedBuildInputs = [ setuptools ];
19 checkInputs = [ pytestCheckHook ];
22 homepage = "https://simpy.readthedocs.io/en/${version}/";
23 description = "Process-based discrete-event simulation framework based on standard Python";
24 license = [ licenses.mit ];
25 maintainers = with maintainers; [ dmrauh shlevy ];