mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-crccheck: rebuild for python3-3.13
This commit is contained in:
parent
0b7004b47f
commit
704399f0ae
1 changed files with 2 additions and 2 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-crccheck'
|
# Template file for 'python3-crccheck'
|
||||||
pkgname=python3-crccheck
|
pkgname=python3-crccheck
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="${depends} python3-pytest python3-nose"
|
|
||||||
short_desc="Calculation library for CRCs and Checksums"
|
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}.tar.gz"
|
distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz"
|
||||||
checksum=45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96
|
checksum=45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue