Commit Graph

13 Commits

Author SHA1 Message Date
Felix Buehler
4a6031fb7c python312Packages.pcbnewtransition: rename from pcbnew-transition 2024-03-21 22:08:35 +01:00
Jeremy Fleischman
9f7c981bec
kikit: 1.4.0 -> 1.5.0
This includes support for KiCad 8 (see complete changelog
[here](https://github.com/yaqwsx/KiKit/releases/tag/v1.5.0)), which should unblock
https://github.com/NixOS/nixpkgs/pull/291134.

With this upgrade, a test started failing:

    $ nix build .#kikit
    ...
    kikit> not ok 40 Steel stencils
    kikit> # (in test file /build/source/test/system/stencil.bats, line 6)
    kikit> #   `kikit stencil create  --jigsize 60 60 $RES/conn.kicad_pcb steelStencil' failed
    kikit> # 04:32:16: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied)
    kikit> # An error occurred: OpenSCAD is not available.
    kikit> # Did you install it? Program `openscad` has to be in PATH
    kikit> # No output files produced
    kikit> not ok 41 Steel stencils with cutout
    kikit> # (in test file /build/source/test/system/stencil.bats, line 10)
    kikit> #   `kikit stencil create  --jigsize 60 60 --cutout J4 $RES/conn.kicad_pcb steelStencil' failed
    kikit> # 04:32:17: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied)
    kikit> # An error occurred: OpenSCAD is not available.
    kikit> # Did you install it? Program `openscad` has to be in PATH
    kikit> # No output files produced
    kikit> not ok 42 Printed stencils
    kikit> # (in test file /build/source/test/system/stencil.bats, line 14)
    kikit> #   `kikit stencil createprinted \' failed
    kikit> # 04:32:17: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied)
    kikit> # An error occurred: OpenSCAD is not available.
    kikit> # Did you install it? Program `openscad` has to be in PATH
    kikit> # No output files produced
    kikit> make: *** [Makefile:40: test-system] Error 1
    kikit> /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context
    error: builder for '/nix/store/f3klmz0qvi6yr3qfy7cww434f2z4kjx5-kikit-1.5.0.drv' failed with exit code 2;

This is failing in some pretty old kikit code, so I think this is just
failing due to kikit now having more complete code coverage. While
researching this, I discovered kikit's documentation about [optional
dependencies], which I suppose we don't have good support for right now.
Rather than invent a new option for that, I've opted to preserve the
existing behavior and just do the bare minimum to keep the build
passing.

[optional dependencies]: https://github.com/yaqwsx/KiKit/blob/v1.5.0/docs/installation/intro.md#optional-dependencies
2024-03-09 20:12:45 -08:00
Fabian Affolter
13d86d1c06
Merge pull request #282429 from fabaff/killerbee
killerbee: init at 3.0.0-beta.2
2024-02-19 23:55:37 +01:00
Peder Bergebakken Sundt
68dd75315c treewide: add system to "Unsupported system" throws 2024-02-11 00:03:49 +01:00
R. Ryantm
5fd1717391 kikit: 1.3.0 -> 1.4.0 2024-01-21 05:17:06 +00:00
Fabian Affolter
a8f65a171d killerbee: init at 3.0.0-beta.2
IEEE 802.15.4/ZigBee Security Research Toolkit

https://github.com/riverloopsec/killerbee
2024-01-20 23:37:43 +01:00
h7x4
f5a9b6bb5f
Merge pull request #248160 from gaelreyrol/kickstart-init-0.4.0
kickstart: init at 0.4.0
2024-01-17 23:45:48 +01:00
Felix Buehler
2adcc8846a python311Packages.wxpython: rename from wxPython_4_2 2024-01-07 21:16:47 +01:00
honnip
937e233218
kiwitalk: init at 0.5.1
https://github.com/KiwiTalk/KiwiTalk
2024-01-02 13:05:48 +09:00
Gaël Reyrol
136ad2c98f
kickstart: init at 0.4.0 2023-12-09 11:41:06 +01:00
Ivan Mincik
8b5d46f1ce python3Packages.shapely: rename shapely18 to shapely_1_8 2023-12-07 09:45:59 +01:00
Ivan Mincik
9a07607d71 kikit: use shapely 1.8
Use maintained version of shapely 1.8 instead of locally packaged
version.
2023-12-06 19:59:07 +01:00
Jeremy Fleischman
0650d380c7 kikit: init at 1.3.0
Co-authored-by: Rohit <rohitsutradhar311@gmail.com>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>
2023-11-16 21:24:04 +07:00