Search Criteria
Package Details: python-crccheck 1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-crccheck.git (read-only, click to copy) |
---|---|
Package Base: | python-crccheck |
Description: | Calculation library for CRCs and checksums |
Upstream URL: | https://sourceforge.net/projects/crccheck |
Licenses: | GPL3 |
Submitter: | fox8091 |
Maintainer: | saruman9 |
Last Packager: | saruman9 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-12 12:13 (UTC) |
Last Updated: | 2022-01-27 12:07 (UTC) |
Dependencies (2)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-setuptools (make)
Latest Comments
saruman9 commented on 2020-12-04 10:19 (UTC)
Thanks for the advice. I updated the PKGBUILD, please test it. I didn't get an error with 3.9 version because I didn't clear the cache of pacman/yay.
arti commented on 2020-12-04 09:57 (UTC)
Needs another change for new python 3.9
Probably should change that tests rm line to be something like this
or
puk commented on 2020-04-21 21:10 (UTC) (edited on 2020-04-21 21:12 (UTC) by puk)
Yeah thats is a no brainer after watching the output the 2nd time and your comment the solution was easy :D when aur asks to edit the package build file, change the following line: rm -r ${pkgdir}/usr/lib/python3.7/site-packages/tests/ to: rm -r ${pkgdir}/usr/lib/python3.8/site-packages/tests/
best wishes
freefreeno commented on 2020-01-30 06:52 (UTC)
rm: cannot remove '/tmp/makepkg/python-crccheck/pkg/python-crccheck/usr/lib/python3.7/site-packages/tests/': No such file or directory