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