Skip to content

Commit

Permalink
kikit: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Apr 12, 2024
1 parent 0b42af2 commit 043bbdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 163 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/kikit/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
lib,
pcbnew-transition,
pybars3,
python3,
openscad,
fetchFromGitHub,
bats,
callPackage,
Expand All @@ -15,12 +15,11 @@

properCaseName = "KiKit";

shapely = callPackage ./shapely {};
solidpython = callPackage ./solidpython {};
in
python3.pkgs.buildPythonPackage rec {
pname = toLower properCaseName;
version = "1.3.0";
version = "1.5.1";
format = "setuptools";

disabled = python3.pythonOlder "3.7";
Expand All @@ -29,7 +28,7 @@ in
owner = "yaqwsx";
repo = properCaseName;
rev = "v${version}";
hash = "sha256-kDTPk/R3eZtm4DjoUV4tSQzjGQ9k8MKQedX4oUXYzeo=";
hash = "sha256-iehA6FthNTJq+lDTL4eSUIIlYDJj86LMOyv/L2/ybyc=";
};

propagatedBuildInputs = with python3.pkgs;
Expand All @@ -41,13 +40,14 @@ in
commentjson
# https://github.com/yaqwsx/KiKit/issues/575
wxPython_4_2
shapely
pcbnew-transition
]
++ [
pcbnew-transition
shapely
pybars3
# https://github.com/yaqwsx/KiKit/issues/576
solidpython
openscad
];

nativeBuildInputs = with python3.pkgs; [
Expand Down
78 changes: 0 additions & 78 deletions pkgs/by-name/kikit/shapely/default.nix

This file was deleted.

31 changes: 0 additions & 31 deletions pkgs/by-name/kikit/shapely/library-paths.patch

This file was deleted.

48 changes: 0 additions & 48 deletions pkgs/by-name/pcbnew-transition/package.nix

This file was deleted.

0 comments on commit 043bbdc

Please sign in to comment.