[Dependencies] Made KiKit point to our fork
- The release has bugs and is 1.3.0 < 1.3.0.8
This commit is contained in:
parent
d65793eeb6
commit
ca3860c784
|
|
@ -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|
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -70,10 +70,11 @@ Dependencies:
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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",\
|
||||
|
|
|
|||
Loading…
Reference in New Issue