10 buildPythonPackage rec {
13 format = "setuptools";
15 propagatedBuildInputs = [ pyyaml ];
21 src = fetchFromGitHub {
25 hash = "sha256-myD+NnqcxxaSAV7qZa8xqeciaiFqFePqIzd7sb/2GXA=";
28 pythonImportsCheck = [ "ipyxact" ];
31 homepage = "https://github.com/olofk/ipyxact";
32 description = "IP-XACT parser";
33 mainProgram = "ipxact2v";
34 maintainers = with maintainers; [ genericnerdyusername ];
35 license = licenses.mit;