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.003415 |
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 (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
andrejr commented on 2024-05-18 20:51 (UTC) (edited on 2024-05-18 20:51 (UTC) by andrejr)
Huh, I'm giving up on this anyway, I found a better tool: https://aur.archlinux.org/packages/python-inventree-part-import
I prefer the CLI approach vs GUI + it has Python hooks. Excellent tool.
andrejr commented on 2024-05-02 09:23 (UTC)
Finally, I almost gave up on this.
GPereira commented on 2024-05-01 11:46 (UTC)
Finally the Flet dependency was updated upstream. No need to mess around with custom Flet and flutter versions!!
Now everything works on the latest versions of its dependencies!
GPereira commented on 2024-04-04 21:24 (UTC)
This is an upstream bug. This package depends on ancient versions of Flet and Flutter which makes it impossible to build it anymore.
Polsaker commented on 2024-04-04 21:08 (UTC)
Install fails because python-flet-0-7-x is broken (the dependency flutter-3-16-9 does not exist)
GPereira commented on 2024-01-21 14:55 (UTC)
There's now a desktop shortcut. You can run it by searching for "kintree" on the application list
GPereira commented on 2024-01-15 20:49 (UTC)
Finally fixed!
@T0jan gave me an heads up there's an incompatibility with newer versions of Flet so this package at this moment needs Flet versions below 8.0 so 0.7.4 is the latest possible version.
GPereira commented on 2024-01-15 12:08 (UTC)
Issue posted upstream. If anyone is able to understand the issue let me know. https://github.com/sparkmicro/Ki-nTree/issues/199
andrejr commented on 2023-05-31 21:49 (UTC) (edited on 2023-05-31 21:59 (UTC) by andrejr)
Using
python-build
andpython-installer
works fine with projects built by Poetry.Here's the altered PKGBUILD:
This doesn't work, however, because
python-flet
is broken even with that trick:This
flet
thing seems cool and easy to use, but is clearly immature, as is Flutter on Linux in general. I'm of the opinion that you have to balance this with reliability and stability. I suggested PyQt and PySide to Francois, those are reliable options; wxPython is also alright. I guess I just have higher tolerance towards bindings-for-old-C++-frameworks, being a C++ dev.GPereira commented on 2023-05-31 16:33 (UTC)
@andrejr with the comments on the python-flet package I could install the python-flet package successfully. We can proceed working on this package with thta manual fix while python-flet is actually fixed.
1 2 Next › Last »