Skip to content

Commit

Permalink
[Dependencies] Made KiKit point to our fork
Browse files Browse the repository at this point in the history
- The release has bugs and is 1.3.0 < 1.3.0.8
  • Loading branch information
set-soft committed Sep 6, 2023
1 parent d65793e commit ca3860c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/source/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/yaqwsx/KiKit>`__ :index:`: <pair: dependency; KiKit>` v1.3.0.4 |image11| |Auto-download|
`KiKit <https://github.com/INTI-CMNB/KiKit>`__ :index:`: <pair: dependency; KiKit>` 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 <https://pypi.org/project/LXML/>`__ :index:`: <pair: dependency; LXML>` |image12| |image13| |Auto-download|

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion kibot/dep_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/kibot-check
Original file line number Diff line number Diff line change
Expand Up @@ -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",\
Expand Down Expand Up @@ -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",\
Expand Down

0 comments on commit ca3860c

Please sign in to comment.