8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-MMjmA5N9Ms40eJP9fDDq+LIoPduAnqVrbNLXm+Vl5qw=";
20 # Project has no tests
23 pythonImportsCheck = [ "pykira" ];
26 description = "Python module to interact with Kira modules";
27 homepage = "https://github.com/stu-gott/pykira";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];