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 (python36, python32, python37, python39, python38, python310, python312)
- python-beautifulsoup4
- python-colorama (python-colorama-git)
- python-lxml
- python-requests
- python-tqdm
- python-validators
- python-wxpython (python-wxpython-git)
- python-xlsxwriter
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python-setuptools (make)
Required by (1)
- kibot (requires kicost)
Latest Comments
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.