python312Packages.pcbnewtransition: rename from pcbnew-transition

This commit is contained in:
Felix Buehler 2024-03-18 22:39:18 +01:00
parent 95ba44e8f7
commit 4a6031fb7c
4 changed files with 7 additions and 5 deletions

View File

@ -14,7 +14,7 @@
, pytestCheckHook
, commentjson
, wxpython
, pcbnew-transition
, pcbnewtransition
, pybars3
, versioneer
, shapely_1_8
@ -47,7 +47,7 @@ buildPythonApplication rec {
commentjson
# https://github.com/yaqwsx/KiKit/issues/575
wxpython
pcbnew-transition
pcbnewtransition
pybars3
# https://github.com/yaqwsx/KiKit/issues/574
shapely_1_8

View File

@ -6,14 +6,15 @@
, versioneer
}:
buildPythonPackage rec {
pname = "pcbnewTransition";
pname = "pcbnewtransition";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
pname = "pcbnewTransition";
inherit version;
hash = "sha256-+mRExuDuEYxSSlrkEjSyPK+RRJZo+YJH7WnUVfjblRQ=";
};

View File

@ -302,6 +302,7 @@ mapAliases ({
pam = python-pam; # added 2020-09-07.
PasteDeploy = pastedeploy; # added 2021-10-07
pathpy = path; # added 2022-04-12
pcbnew-transition = pcbnewtransition; # added 2024-03-21
pdfposter = throw "pdfposter was promoted to a top-level attribute"; # Added 2023-06-29
pdfminer = pdfminer-six; # added 2022-05-25
pep257 = pydocstyle; # added 2022-04-12

View File

@ -9312,7 +9312,7 @@ self: super: with self; {
inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
};
pcbnew-transition = callPackage ../development/python-modules/pcbnew-transition { };
pcbnewtransition = callPackage ../development/python-modules/pcbnewtransition { };
pcodedmp = callPackage ../development/python-modules/pcodedmp { };