6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0zxglzmd2k1nc4wri76ykra910fdgli027nw9d6541ic7xmw87vj";
15 # Project has no tests
17 pythonImportsCheck = [ "pykira" ];
20 description = "Python module to interact with Kira modules";
21 homepage = "https://github.com/stu-gott/pykira";
22 license = with licenses; [ mit ];
23 maintainers = with maintainers; [ fab ];