From b5cc077b8bc0568d5196d836d89cb3840b759d52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 9 Feb 2023 16:48:06 -0500 Subject: [PATCH] python3-pyzbar: update to 0.1.9. --- srcpkgs/python3-pyzbar/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template index 2e982852c09..7bf27685332 100644 --- a/srcpkgs/python3-pyzbar/template +++ b/srcpkgs/python3-pyzbar/template @@ -1,16 +1,17 @@ # Template file for 'python3-pyzbar' pkgname=python3-pyzbar -version=0.1.8 -revision=6 +version=0.1.9 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="libzbar python3" +checkdepends="python3-pytest-xdist python3-Pillow python3-numpy $depends" short_desc="Read one-dimensional barcodes and QR codes" maintainer="Enno Boland " license="MIT" homepage="https://github.com/NaturalHistoryMuseum/pyzbar/" distfiles="https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${version}.tar.gz" -checksum=f51c82c2864f8e5a8d44f55853e027f8cbc592324b7afffa62100f2f9c54cbdb +checksum=6b84ec4c1f36df590c65b610a7757ef8829f202a7df210d2891e6592a8bee8bb conflicts="python-pyzbar>=0" post_install() {