10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-h1gEqzmKCUr8+w3Fv8lv35/0itZwela//AQsD3u0UJA=";
24 propagatedBuildInputs = [ numpy ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "sdds" ];
31 description = "Module to handle SDDS files";
32 homepage = "https://pylhc.github.io/sdds/";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ veprbl ];