11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-raCI9z9+GjvwhSBugeD4PticHQsjp4ns0LoKJQckrug=";
24 substituteInPlace setup.py \
25 --replace-fail "'pytest-runner', " ""
28 build-system = [ setuptools ];
35 # Tests require git lfs download of repository
38 # pythonImportsCheck does not work
39 # TypeError: load() missing 1 required positional argument: 'Loader'
42 description = "Srim Automation of Tasks via Python";
43 homepage = "https://gitlab.com/costrouc/pysrim";
44 license = licenses.mit;