8 buildPythonPackage rec {
9 pname = "pcbnewtransition";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 pname = "pcbnewTransition";
18 hash = "sha256-+mRExuDuEYxSSlrkEjSyPK+RRJZo+YJH7WnUVfjblRQ=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Library that allows you to support both, KiCad 5, 6 and 7 in your plugins";
35 homepage = "https://github.com/yaqwsx/pcbnewTransition";
36 changelog = "https://github.com/yaqwsx/pcbnewTransition/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jfly matusf ];