Search Criteria
Package Details: kibot-git 2986.1af4204d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kibot-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kibot-git |
| Description: | Helps you to generate the fabrication and documentation files for your KiCad projects. |
| Upstream URL: | https://github.com/INTI-CMNB/kibot |
| Licenses: | Apache2.0 |
| Conflicts: | kibot |
| Provides: | kibot |
| Submitter: | thegala |
| Maintainer: | thegala |
| Last Packager: | thegala |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-10-03 12:15 (UTC) |
| Last Updated: | 2023-10-16 20:51 (UTC) |
Dependencies (7)
- kiauto (kiauto-gitAUR, python-kiautoAUR)
- kibom (kibom-gitAUR, python-kibomAUR)
- pcbdrawAUR (pcbdraw-gitAUR, pcbdrawAUR, kibotAUR)
- python
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
dreieck commented on 2024-11-20 19:54 (UTC)
According to ↗ this comment on github.com, PcbDraw is now part of KiBot.
So,
pcbdrawseems to be should removed from thedependsarray (and added to theprovidesarray).Regards and thanks for maintaining!
thegala commented on 2021-11-11 16:46 (UTC)
Fixed. Thx for help.
passand commented on 2021-11-09 15:33 (UTC)
Prevent breakage of mcpy macros by adding
--no-compile, as stated in installation documentation. Changepython setup.py install --root="$pkgdir"topython setup.py install --root="$pkgdir" --no-compileSalamandar commented on 2021-08-20 09:06 (UTC)
This package needs to be installed WITHOUT the generation of pycache. I don't know how it's doable but with this precompiled directory it just doesn't work.
thegala commented on 2020-11-21 20:39 (UTC)
Fixed in. Thx for letting me know.