From 704399f0ae05f7bd00ae2d50d7952ea3ffb2fdc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:28:41 -0500 Subject: [PATCH] python3-crccheck: rebuild for python3-3.13 --- srcpkgs/python3-crccheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template index 3278a87e772..6736f30f180 100644 --- a/srcpkgs/python3-crccheck/template +++ b/srcpkgs/python3-crccheck/template @@ -1,17 +1,17 @@ # Template file for 'python3-crccheck' pkgname=python3-crccheck version=1.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="${depends} python3-pytest python3-nose" short_desc="Calculation library for CRCs and Checksums" maintainer="Alex Childs " license="GPL-3.0-or-later" homepage="https://bitbucket.org/martin_scharrer/crccheck" distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz" checksum=45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96 +make_check=no # Tests require removed python3-nose post_install() { rm -r ${DESTDIR}/${py3_sitelib}/tests