dev-python/pyzbar: enable py3.11, py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 21:37:11 +01:00
parent 83ad4b050d
commit 06a537f6b2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST pyzbar-0.1.7.gh.tar.gz 41551 BLAKE2B 497e920935ec6a50557123e2d78709c935284bfcff32705f8aebad3e13ead4ced7d6822adc8f377a94eb21603f81ddc4f563df9bc92b399e6244a9dee12f2163 SHA512 74b56658db7a8dc2d7a716992c001ec52a2befc9e31c41ecf7e5e1f277d4188963ef79a2433fc4befdd15d2f6e3f47c4f064582b530eef028c55e07e2c88dbbe
EBUILD pyzbar-0.1.7.ebuild 610 BLAKE2B 1dc4a0337c0dfcc7b43e4f6101021d00cd1c36bfb6bb51c390affe82f4c8ef7d5e491544da90e9095de1d2b463cbd7ccc8d8be28b995f7ef36ee99ce36bd8e7f SHA512 b36695ddb55b3334bd928eaa540348074dd09c224b00280a2cc75828249cd74cb662d7b333b1ab056f777e254d2ddef18af91eded3892007e0854fac5b5fe07b
EBUILD pyzbar-0.1.7.ebuild 642 BLAKE2B a0e951c1a93550fd6cdf6a8affe76a06eaaf69872ef0f9c79976a16f5027dead498c605e09cee5fdf8bab85fd54eabf93d291ba70f98535bc937b7fc9b83450c SHA512 369933ef5398a204e1c1bae15b1cf5e4528047d1ce289d4c7f2f5c16f291b09ccc3004910f010ad83c34b082bddc4da6fc88f225aeecccff92910b18b7fb0105
MISC metadata.xml 529 BLAKE2B 4cac1570fd32ef3aa012bbc0c39aa106225c455bf6e59401edd7cc52e5d2020ea8db18c0442b537a62dd55a0ea195270f0e7d66e1ed5edfffa2aa6549a520aa5 SHA512 fa3e8bada82353f7a6e16f57a3da679cb7f83c63f0ca89a00e5702f9d99ad3c7437b587b36cb8b51eb5e5b468a8891d8813ace6fd04beabf297b8941eb720f6c

View File

@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"