9 buildPythonPackage rec {
10 pname = "pcbnewtransition";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 pname = "pcbnewTransition";
19 hash = "sha256-fFOzL80m92PcF9SC6NZ69OUuEJn1sl+mWVFjRorhS4M=";
22 propagatedBuildInputs = [ kicad ];
24 nativeBuildInputs = [ versioneer ];
26 pythonImportsCheck = [ "pcbnewTransition" ];
29 description = "Library that allows you to support both, KiCad 5, 6 and 7 in your plugins";
30 homepage = "https://github.com/yaqwsx/pcbnewTransition";
31 changelog = "https://github.com/yaqwsx/pcbnewTransition/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [