Search Criteria
Package Details: python-kintree 1.1.4-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-kintree.git (read-only, click to copy) |
---|---|
Package Base: | python-kintree |
Description: | Fast part creation in KiCad and InvenTree |
Upstream URL: | https://github.com/sparkmicro/Ki-nTree |
Licenses: | GPL3 |
Submitter: | andrejr |
Maintainer: | GPereira |
Last Packager: | GPereira |
Votes: | 2 |
Popularity: | 0.001048 |
First Submitted: | 2021-07-31 21:29 (UTC) |
Last Updated: | 2024-11-03 00:43 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-digikey-apiAUR (python-digikey-api-gitAUR)
- python-fletAUR
- python-inventreeAUR
- python-kiutilsAUR
- python-mouserAUR
- python-multiprocessAUR
- python-thefuzzAUR (python-thefuzz-gitAUR)
- python-validators
- python-wrapt-timeout-decoratorAUR
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
GPereira commented on 2023-05-25 18:48 (UTC)
Thanks @andrejr The PKGBUILD you've shared uses a setup.py that is no longer present in the latest (1.0.1) version anymore. We need to either generate it with poetry-setup or build the package with poetry
andrejr commented on 2023-05-24 09:31 (UTC)
@GPereira I added you as a co-maintainer on these Kicad-related packages.
andrejr commented on 2023-05-24 09:26 (UTC) (edited on 2023-05-24 09:31 (UTC) by andrejr)
That's not completely correct, there are several other Python deps that need packaging, whose transitive deps also need packaging. I've already packaged some of them, and thankfully the authors removed some obscure deps in the last month, so now all the deps are available (including python-kiutils).
Unfortunately, this package can't be fixed at this time, because 'python-flet' currently does not build.
I actually contributed to this package upstream to make it build via CI and push to PyPI.
Btw, I use these scripts to find the deps:
https://gitlab.com/andrejr/scripts/-/blob/master/find_pypi_deps_in_arch
https://gitlab.com/andrejr/scripts/-/blob/master/pypireq
This is the pkgbuild I'll post once they fix 'python-flet':
GPereira commented on 2023-05-21 15:01 (UTC)
« First ‹ Previous 1 2