python3-pyzbar: update to 0.1.9.

This commit is contained in:
Andrew J. Hesford 2023-02-09 16:48:06 -05:00
parent 38f9826d1d
commit b5cc077b8b

View file

@ -1,16 +1,17 @@
# Template file for 'python3-pyzbar' # Template file for 'python3-pyzbar'
pkgname=python3-pyzbar pkgname=python3-pyzbar
version=0.1.8 version=0.1.9
revision=6 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="libzbar python3" depends="libzbar python3"
checkdepends="python3-pytest-xdist python3-Pillow python3-numpy $depends"
short_desc="Read one-dimensional barcodes and QR codes" short_desc="Read one-dimensional barcodes and QR codes"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/NaturalHistoryMuseum/pyzbar/" homepage="https://github.com/NaturalHistoryMuseum/pyzbar/"
distfiles="https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${version}.tar.gz" distfiles="https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${version}.tar.gz"
checksum=f51c82c2864f8e5a8d44f55853e027f8cbc592324b7afffa62100f2f9c54cbdb checksum=6b84ec4c1f36df590c65b610a7757ef8829f202a7df210d2891e6592a8bee8bb
conflicts="python-pyzbar>=0" conflicts="python-pyzbar>=0"
post_install() { post_install() {