Updated dependencies after sorting the plugins
This commit is contained in:
parent
25a204da3f
commit
dc955a41e5
|
|
@ -131,9 +131,9 @@ Notes:
|
|||
|
||||
[**RSVG tools**](https://cran.r-project.org/web/packages/rsvg/index.html) (tool) [Debian](https://packages.debian.org/bullseye/librsvg2-bin)
|
||||
- Optional to:
|
||||
- Create PDF, PNG, EPS and PS formats for `pcb_print`
|
||||
- Create outputs preview for `navigate_results`
|
||||
- Create PNG icons for `navigate_results`
|
||||
- Create PDF, PNG, EPS and PS formats for `pcb_print`
|
||||
- Create PNG and JPG images for `pcbdraw`
|
||||
|
||||
[**Git**](https://git-scm.com/) (tool) [Debian](https://packages.debian.org/bullseye/git)
|
||||
|
|
@ -144,14 +144,14 @@ Notes:
|
|||
|
||||
[**ImageMagick**](https://imagemagick.org/) (tool) [Debian](https://packages.debian.org/bullseye/imagemagick)
|
||||
- Optional to:
|
||||
- Create monochrome prints for `pcb_print`
|
||||
- Create outputs preview for `navigate_results`
|
||||
- Create monochrome prints for `pcb_print`
|
||||
- Create JPG images for `pcbdraw`
|
||||
|
||||
[**Ghostscript**](https://www.ghostscript.com/) (tool) [Debian](https://packages.debian.org/bullseye/ghostscript)
|
||||
- Optional to:
|
||||
- Create PS files for `pcb_print`
|
||||
- Create outputs preview for `navigate_results`
|
||||
- Create PS files for `pcb_print`
|
||||
|
||||
[**Pandoc**](https://pandoc.org/) (tool) [Debian](https://packages.debian.org/bullseye/pandoc)
|
||||
- Optional to create PDF/ODF/DOCX files for `report`
|
||||
|
|
|
|||
102
src/kibot-check
102
src/kibot-check
|
|
@ -83,21 +83,21 @@ deps = '{\
|
|||
"name": "Ghostscript",\
|
||||
"no_cmd_line_version": false,\
|
||||
"no_cmd_line_version_old": false,\
|
||||
"output": "pcb_print",\
|
||||
"output": "navigate_results",\
|
||||
"plugin_dirs": null,\
|
||||
"pypi_name": "Ghostscript",\
|
||||
"roles": [\
|
||||
{\
|
||||
"desc": "Create PS files",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create outputs preview",\
|
||||
"mandatory": false,\
|
||||
"output": "navigate_results",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create PS files",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
}\
|
||||
],\
|
||||
"url": "https://www.ghostscript.com/",\
|
||||
|
|
@ -153,22 +153,22 @@ deps = '{\
|
|||
"name": "ImageMagick",\
|
||||
"no_cmd_line_version": false,\
|
||||
"no_cmd_line_version_old": false,\
|
||||
"output": "pcb_print",\
|
||||
"output": "navigate_results",\
|
||||
"plugin_dirs": null,\
|
||||
"pypi_name": "ImageMagick",\
|
||||
"roles": [\
|
||||
{\
|
||||
"desc": "Create monochrome prints",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create outputs preview",\
|
||||
"mandatory": false,\
|
||||
"output": "navigate_results",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create monochrome prints",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create JPG images",\
|
||||
"mandatory": false,\
|
||||
|
|
@ -256,18 +256,18 @@ deps = '{\
|
|||
"name": "KiCad Automation tools",\
|
||||
"no_cmd_line_version": false,\
|
||||
"no_cmd_line_version_old": false,\
|
||||
"output": "step",\
|
||||
"output": "gencad",\
|
||||
"plugin_dirs": null,\
|
||||
"pypi_name": "kiauto",\
|
||||
"roles": [\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "step",\
|
||||
"output": "gencad",\
|
||||
"version": [\
|
||||
1,\
|
||||
6,\
|
||||
1\
|
||||
5\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
|
|
@ -280,22 +280,6 @@ deps = '{\
|
|||
11\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "render_3d",\
|
||||
"version": [\
|
||||
1,\
|
||||
6,\
|
||||
13\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "svg_sch_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
|
|
@ -312,6 +296,26 @@ deps = '{\
|
|||
"output": "pdf_sch_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "render_3d",\
|
||||
"version": [\
|
||||
1,\
|
||||
6,\
|
||||
13\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "step",\
|
||||
"version": [\
|
||||
1,\
|
||||
6,\
|
||||
1\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
|
|
@ -325,17 +329,7 @@ deps = '{\
|
|||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "gencad",\
|
||||
"version": [\
|
||||
1,\
|
||||
6,\
|
||||
5\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "run_erc",\
|
||||
"output": "svg_sch_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
|
|
@ -344,6 +338,12 @@ deps = '{\
|
|||
"output": "run_drc",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
"output": "run_erc",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": null,\
|
||||
"mandatory": true,\
|
||||
|
|
@ -572,16 +572,10 @@ deps = '{\
|
|||
"name": "RSVG tools",\
|
||||
"no_cmd_line_version": false,\
|
||||
"no_cmd_line_version_old": false,\
|
||||
"output": "pcb_print",\
|
||||
"output": "navigate_results",\
|
||||
"plugin_dirs": null,\
|
||||
"pypi_name": "RSVG tools",\
|
||||
"roles": [\
|
||||
{\
|
||||
"desc": "Create PDF, PNG, EPS and PS formats",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create outputs preview",\
|
||||
"mandatory": false,\
|
||||
|
|
@ -594,6 +588,12 @@ deps = '{\
|
|||
"output": "navigate_results",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create PDF, PNG, EPS and PS formats",\
|
||||
"mandatory": false,\
|
||||
"output": "pcb_print",\
|
||||
"version": null\
|
||||
},\
|
||||
{\
|
||||
"desc": "Create PNG and JPG images",\
|
||||
"mandatory": false,\
|
||||
|
|
|
|||
Loading…
Reference in New Issue