9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-lb4awMQ7GE7m2N2yiCpJ976I2j8hE98/93zCX7Rp4qU=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Module to handle SDDS files";
37 homepage = "https://pylhc.github.io/sdds/";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ veprbl ];