Search Criteria
Package Details: kicost-git 1.1.6.r1.227f246-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kicost-git.git (read-only, click to copy) |
---|---|
Package Base: | kicost-git |
Description: | Build cost spreadsheet for a KiCad project |
Upstream URL: | https://github.com/hildogjr/KiCost |
Licenses: | MIT |
Conflicts: | kicost |
Provides: | kicost |
Submitter: | rhssk |
Maintainer: | rhssk |
Last Packager: | rhssk |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-19 13:43 (UTC) |
Last Updated: | 2021-12-20 08:56 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-colorama (python-colorama-gitAUR)
- python-lxml
- python-requests
- python-tqdm
- python-validators
- python-wxpython (python-wxpython-gitAUR)
- python-xlsxwriter
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Required by (1)
- kibot (requires kicost)
Latest Comments
dreieck commented on 2024-10-14 13:12 (UTC)
Ahoj,
your package installs some generic files that should not be installed and lead to conflict with other packages that do the same mistake:
Regards and thanks for the package!
dreieck commented on 2024-04-28 15:47 (UTC)
Additional to this, I get the following warnings:
Regards!
dreieck commented on 2024-04-28 15:46 (UTC)
Ahoj,
you need to change the build process to move away from
setup.py
and usepython-wheel
together withpython-build
andpython-installer
. See the Arch Linux wiki on python package guidelines.Regards!
dreieck commented on 2023-08-03 12:08 (UTC)
A quick fix to fix the generic files in
/usr/lib/python3.11/site-packages/tests/
issue (↗ patch toPKGBUILD
:It might be possible to do it better.
Please review and apply.
Thanks for maintaining!
dreieck commented on 2023-08-03 11:57 (UTC)
Errors reported by
namcap
:Please check which are really applicable, and (selectively) fix.
Thanks for maintaining!
dreieck commented on 2023-08-02 09:26 (UTC)
This package installes generic, non-package specific, files, which makes it likely to conflict with other packages:
pacman -Ql kicost-git | grep /usr/lib/python3.11/site-packages/tests/
lists me the following files which you need to make sure to get not installed:I doubt that anything under
/usr/lib/python3.11/site-packages/tests/
is needed at all for this package. Please check if you can remove it or move it to somekicost
specific directory.Please fix!, Regards, thanks for maintaining!
rhssk commented on 2018-06-26 16:55 (UTC)
Thanks, updated.
<deleted-account> commented on 2018-06-26 16:11 (UTC)
The unit tests seem to require python-requests.