9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-5FJQCN+yO1gh7HK47MRR/SAr8Qzix3bfrjyzsakBQXA=";
21 propagatedBuildInputs = [
26 # No tests in the Pypi archive
29 pythonImportsCheck = [
34 description = "Module intended to limit a functions resources";
35 homepage = "https://github.com/sfalkner/pynisher";
36 license = licenses.mit;
37 maintainers = with maintainers; [ psyanticy ];