python3-crccheck: update to 1.0
This commit is contained in:
parent
0fda9b2294
commit
f47ca3be59
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python3-crccheck'
|
# Template file for 'python3-crccheck'
|
||||||
pkgname=python3-crccheck
|
pkgname=python3-crccheck
|
||||||
version=0.6
|
version=1.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="crccheck-${version}"
|
wrksrc="crccheck-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,8 +10,8 @@ short_desc="Calculation library for CRCs and Checksums"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://bitbucket.org/martin_scharrer/crccheck"
|
homepage="https://bitbucket.org/martin_scharrer/crccheck"
|
||||||
distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.zip"
|
distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz"
|
||||||
checksum=5686a4e5c3a2949597316c067c49c21e06051d13de9521434480cfa24dad7e32
|
checksum=17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
||||||
|
|
Loading…
Reference in a new issue