From 2e871cf980054b8209c12e7bb0608d0975487c71 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 27 Nov 2023 17:49:07 +0100 Subject: [PATCH] python3-bitstring: update to 4.1.4. Now depends on bitarray >= 2.8.0 --- srcpkgs/python3-bitstring/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template index bc044029d28..e32598cd438 100644 --- a/srcpkgs/python3-bitstring/template +++ b/srcpkgs/python3-bitstring/template @@ -1,16 +1,17 @@ # Template file for 'python3-bitstring' pkgname=python3-bitstring -version=4.0.2 -revision=2 +version=4.1.4 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" -depends="python3" +depends="python3-bitarray" +checkdepends="python3-bitarray" short_desc="Python module for creation and analysis of binary data" maintainer="Arjan Mossel " license="MIT" homepage="https://github.com/scott-griffiths/bitstring" distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz" -checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2 +checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213 do_check() { python -m unittest