9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "ada088f73f7e1a3bf085206e81e0f83ed89c1d0b23a789ecd0ba0a250724aee8";
18 buildInputs = [ pytest-runner ];
19 propagatedBuildInputs = [ numpy pyyaml ];
21 # Tests require git lfs download of repository
25 description = "Srim Automation of Tasks via Python";
26 homepage = "https://gitlab.com/costrouc/pysrim";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ costrouc ];