dev-python/pysesame2: enable py3.12

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

View File

@ -1,3 +1,3 @@
DIST pysesame2-1.0.1.tar.gz 3903 BLAKE2B 679b83d2b723b05306c908dab21510e58c90d235f826e0d02d416f3e48af013ca7aa7db756ab0ce186d6f797d0c38a15cdd63d9be3dbb58d723876593a31d71b SHA512 d928cdec5c5f5d14ba604b685fcfb3fc671f08999e3884dcac5253ea59bbc7ccf6406b36dc61383333a287683333fa45b7840a9fbb78022c3530157c795787b5
EBUILD pysesame2-1.0.1.ebuild 633 BLAKE2B 5a9dd1ae68fb4a9daf0e08ad6f028aa74fd11270469bbef6e39c62d386c000399b7a65bb14e3f89d9d2286c6ae2384bf3e10b444789247396487490a5dafea30 SHA512 26600ce578d5b473815e09c04eef2cf34665fed0e5e5b01952f2e37e9bee7f044cc1bff78f0ec4c5dda64c67a6f38bd740c6123ed983fbaf6f9bbd5a28d69330
EBUILD pysesame2-1.0.1.ebuild 634 BLAKE2B 15f07aeafc44bd961e0925b36c6ccb4c1a2f8cac038681ebb89bb1f07a57b09c0ec371aa1c98e10ef099b46deae4ff471c9eddad233aa49401989a7c7b4be2b2 SHA512 c25700e690e002a8c970b8285f8028ca8438c97865bdc475e4e608b79a39507eca6ef879de9a4bbf872aaa31f7a489310532d8b9405129ee4e3184fe5d682cef
MISC metadata.xml 525 BLAKE2B 6ef7ae766bb02b2e041f8cb80d65cea6e403443e506a30fb231904dfd57cb42c6cfeecef35e162bfaf778e568d17f0585d29d2a016bff7e657c413795b53f9f9 SHA512 06e02053cc49f1e91d2c9748ee6e5c430d5a0198cb8f135ba3e2ab479af75c007d6a10c6882484a47a682ec97e18301251975535b15580f213884c2c23542918

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
inherit distutils-r1 pypi