dev-python/pyW215: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:38:04 +01:00
parent e5e87fa425
commit e4fa8865da
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pyW215-0.7.0.tar.gz 5629 BLAKE2B 78e211a4cc9082a3b8cf9a68d5e76401d27abae1e8f2b65c03b03604b77a94f9fc8470d48fe32069c171ebda5ea38729940495a92cdddc0f42fb1868ef6871a1 SHA512 21e8f1a569f58517951a035d0fc7256b8592285b6efae67cdc953d1946cb91e748eb9ce90fac122e4328c1e020411c7873530a802a4f8dd6d952c49e8686a072
EBUILD pyW215-0.7.0.ebuild 611 BLAKE2B c692e1ef46a53bce0ec12be67993882a819312add753ef9b8ddb8d931d7a14151c1e3823a390ed240f1e3d0aa5b25fefb8eddc51d9285fc3b70642a46dc53a6c SHA512 04c82840cd26f28fa233448beca81a1e2ed7c12393ecbbb7377748a2a402e6ce243e72339473a63e7ae9472571da24609dbff1a0371ba41716f644b8bc8dddfe
EBUILD pyW215-0.7.0.ebuild 612 BLAKE2B fe0614f78cc0f5ad19424e85a6a07b6c51b20cbb93735c249b68850d9b0a4471456fb8cd40013e34b99a5fac94ed7df863341ae95f22bb374271966157f1081b SHA512 f885e57ce49f72d06f5754844cdd342a42c72b658266e29111d66dd814d015ec917ae042141a8d7d44045e948be6a0d600abbc2935a25f783da7cfe1ad16a0f7
MISC metadata.xml 540 BLAKE2B 042960bab5abb206d9adade21c3dda51f9711f0e59b244794c4cb367324144d49c2aabe1a0ecbe6047636c1fcdb9dd2311381463cf4142420a3c0b98796dd281 SHA512 c59e9aa60c37b811ec6c248465cabb8cf8db9d818295c4f2d7f0b99ca27d02f3fd1cd294d1262e6f3ee1695e3f5872e3f88c857169b7314237ff978634ea42d2

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi