9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-8tnJAptTUsC0atxM9Dpn90drcprdWrs8fYoX8RDkLyQ=";
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 ];