dev-python/pyalmond: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 21:13:24 +01:00
parent 09863eaee7
commit 411732bb03
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST pyalmond-0.0.2.gh.tar.gz 6898 BLAKE2B af5a18311bcc26a797a80b55610e76c0ce22e1dbef27714aab0463594709456bf5c296bad06e897494154aceebb28702900cbc608a73c712790b186302beb724 SHA512 5edc809cc0ba47a4e0fe1b39cf8ba80d8f151156227bd3abd09751d0b2e48ea4cfebc4a9feaf32c38fbd05797fde22a321f3939cb4e8df5b4f329206a4282fc9
EBUILD pyalmond-0.0.2.ebuild 828 BLAKE2B 318ccdc8ff5f3b6bc3f3248d85c16f29f33f52388118c6ea2ad60e1bf27eab5ff48353f3dfda794123d5fc59b1b3c4ecb23d8b87c7fde9005c1dda7bd7af4ea5 SHA512 87082332cf888094e37e865f7fae0e79c9a8edac17bef944e7c96c179f44cabb596c8ed7affd3c869b37760f7d677d8a128908989126a7d41543de515101c6e2
EBUILD pyalmond-0.0.2.ebuild 819 BLAKE2B 397f0c73d181f4732b4ff84b7abf5ad9ae7d7fd68b4e6b87dd9b9b196f02210dca844f5f9a22456e7c26a3fd373e896ab141827b47f7f5abdc6c99a5a9d0618e SHA512 01b93f5c4a3fa10210b489f495c66ae2191335c791bcf71939e6a2f07dd01f04482a0b50150a9431ac8074018446d8ae25f5b9e27115453f542c7d26c6cb3be2
MISC metadata.xml 526 BLAKE2B 919190e57123380542702e72c27f23f0df51c19cadf09a8ad0ddf280bcd2f25cb82d5bf2039ddd9b617eb0811bb803d4c55807407688d5bc4b95e19b2b6c8950 SHA512 580c2837db38e3c1ea4ad42d8bedd86d026bfb563827759ae2d7bcf6be8496df3758eeb7f78b3f6733c34ad3c87e17634c18ee670aa5b2e0598e646e322180a8

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_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python module to talk to the Web Almond API."
@ -28,8 +28,4 @@ BDEPEND="
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest