Package Details: python-crccheck 1.3.0-1

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://github.com/MartinScharrer/crccheck
Licenses: MIT
Submitter: fox8091
Maintainer: saruman9
Last Packager: saruman9
Votes: 2
Popularity: 0.014215
First Submitted: 2019-03-12 12:13 (UTC)
Last Updated: 2023-05-24 06:18 (UTC)

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

rm -r ${pkgdir}/usr/lib/python3.*/site-packages/tests/

or

python -c "import sys;print(f'{sys.version_info[0]}.{sys.version_info[1]}')"

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