From 6386723c4558aa2f309d8c5240b5292097b3b9b3 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 01:08:53 +0200 Subject: [PATCH] python3-bitstring: update to 4.0.2. --- srcpkgs/python3-bitstring/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template index f81c9a46f55c..7b6b8edf4ea7 100644 --- a/srcpkgs/python3-bitstring/template +++ b/srcpkgs/python3-bitstring/template @@ -1,16 +1,20 @@ # Template file for 'python3-bitstring' pkgname=python3-bitstring -version=3.1.7 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=4.0.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" short_desc="Python module for creation and analysis of binary data" maintainer="Arjan Mossel " license="MIT" homepage="https://scott-griffiths.github.io/bitstring/" distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz" -checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a +checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2 + +do_check() { + python -m unittest +} post_install() { vlicense LICENSE