easyeda2kicad: init at 0.8.0
This commit is contained in:
committed by
Bjørn Forsman
parent
0ee8d70d89
commit
ff2a59dd02
@@ -0,0 +1,29 @@
|
||||
{
|
||||
python3Packages,
|
||||
lib,
|
||||
fetchPypi,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "easyeda2kicad";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-p4G+bRB29uBohqQpI3PrkwyZId5McJ1t2Ru26hBPSks=";
|
||||
};
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
setuptools
|
||||
pydantic
|
||||
requests
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Convert any LCSC components (including EasyEDA) to KiCad library";
|
||||
homepage = "https://github.com/uPesy/easyeda2kicad.py";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ChocolateLoverRaj ];
|
||||
mainProgram = "easyeda2kicad";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user