Merge pull request #297029 from Stunkymonkey/python-pcbnew-transition-normalize
python312Packages.pcbnewtransition: rename from pcbnew-transition
This commit is contained in:
commit
70cef84833
4 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=";
|
||||
};
|
||||
|
|
@ -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
|
||||
|
|
|
@ -9354,7 +9354,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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue