From dc955a41e5446d7e8bbc7e4149f01d105d32e302 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 11 Jun 2022 09:30:11 -0300 Subject: [PATCH] Updated dependencies after sorting the plugins --- README.md | 6 +-- src/kibot-check | 102 ++++++++++++++++++++++++------------------------ 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 9a421ba9..346754c4 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/src/kibot-check b/src/kibot-check index 3df98735..e1773837 100755 --- a/src/kibot-check +++ b/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,\