19 lines
589 B
Bash
19 lines
589 B
Bash
# Template file for 'python3-crccheck'
|
|
pkgname=python3-crccheck
|
|
version=1.0
|
|
revision=2
|
|
wrksrc="crccheck-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Calculation library for CRCs and Checksums"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://bitbucket.org/martin_scharrer/crccheck"
|
|
distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz"
|
|
checksum=17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
|
}
|