From ca3860c7843249f26132ddb07d8a1a8b86a6ab97 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 6 Sep 2023 12:51:33 -0300 Subject: [PATCH] [Dependencies] Made KiKit point to our fork - The release has bugs and is 1.3.0 < 1.3.0.8 --- docs/source/dependencies.rst | 5 +++-- kibot/dep_downloader.py | 3 ++- src/kibot-check | 8 +++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/source/dependencies.rst b/docs/source/dependencies.rst index 41f8daaac..e70150e22 100644 --- a/docs/source/dependencies.rst +++ b/docs/source/dependencies.rst @@ -21,10 +21,11 @@ - Show KiAuto installation information for `info` (v2.0.0) - Print the page frame in GUI mode for `pcb_print` (v1.6.7) -`KiKit `__ :index:`: ` v1.3.0.4 |image11| |Auto-download| +`KiKit `__ :index:`: ` v1.3.0.4 |image11| |Auto-download| - Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig` - Optional to separate multiboard projects for general use +- Note: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest `LXML `__ :index:`: ` |image12| |image13| |Auto-download| @@ -163,7 +164,7 @@ .. |image10| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://github.com/INTI-CMNB/KiAuto .. |image11| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png - :target: https://github.com/yaqwsx/KiKit + :target: https://github.com/INTI-CMNB/KiKit .. |image12| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png :target: https://pypi.org/project/LXML/ .. |image13| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png diff --git a/kibot/dep_downloader.py b/kibot/dep_downloader.py index a4f636ab7..d0ad6596a 100644 --- a/kibot/dep_downloader.py +++ b/kibot/dep_downloader.py @@ -70,10 +70,11 @@ arch: python-lxml downloader: python - name: KiKit - github: yaqwsx/KiKit + github: INTI-CMNB/KiKit pypi: KiKit downloader: pytool version: 1.3.0.4 + comments: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest - from: KiKit role: Separate multiboard projects - name: Xvfbwrapper diff --git a/src/kibot-check b/src/kibot-check index 3288e2f86..bad560ca8 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -692,7 +692,9 @@ deps = '{\ "KiKit": {\ "arch": null,\ "command": "kikit",\ - "comments": [],\ + "comments": [\ + "Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest"\ + ],\ "deb_package": "kikit",\ "downloader": {},\ "downloader_str": "pytool",\ @@ -760,8 +762,8 @@ deps = '{\ }\ ],\ "tests": [],\ - "url": "https://github.com/yaqwsx/KiKit",\ - "url_down": "https://github.com/yaqwsx/KiKit/releases"\ + "url": "https://github.com/INTI-CMNB/KiKit",\ + "url_down": "https://github.com/INTI-CMNB/KiKit/releases"\ },\ "LXML": {\ "arch": "python-lxml",\