dev-python/pysaj: enable py3.12

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

View File

@ -1,3 +1,3 @@
DIST pysaj-0.0.16.tar.gz 3500 BLAKE2B c8c9aab03b2c93525df73860654a883144940022dfae337f2545c08908c051a8d6c2c6320aa7fb808414345d1cb5d9cb7cf42bcdc978c7ff8bb68966136956b2 SHA512 3853caec9cb920c541a644f8077394fee291178963fc0be745659a65abce8e88058fa3b103072edfcbf9d95a448498ac97600487b7a14b35586d85ae7b82171a
EBUILD pysaj-0.0.16.ebuild 616 BLAKE2B 18241eab9e432c6094e28a1634ae44cb4437ac5b36fa1e1587bb4211174a56072026b21f0f2f4905b2b1cea00a97293dcffdbec23076f6a86aab69e6a148a660 SHA512 bafc4f8e4b40bcb122955835a218778ed57ad46a747e9dda6a38dd02127353ea515930ca79c282664358a4fbb826781fbb5f6e42b5061f0e327ad312fc8a295c
EBUILD pysaj-0.0.16.ebuild 617 BLAKE2B 62476063172cd1598849dc874f47da409995ada78316f4b2022471c735f23cd3fbf76a9d5a7f31385520879186bf4e9d5c481ba8c873df26f24b46955393613b SHA512 30db8709c1fce2f6de45fde607edb279dbcdafbce436ced6af90b6c214b7efedbb125cabf663acea38e5ade1af14038f1edcf6d1248eee80b688fcbf33d4ad0d
MISC metadata.xml 518 BLAKE2B 76cd18b603c99bf0730c33a933fcb6ae8d8560adfc864f1fa09313dbdec5f9a84431ee9fe8ce9663721c951650d531cd7dfede51312d78c68347fd66fa5482f6 SHA512 87c296c1b780b2ecc926109d8e41d7c7cef9182062a028db77c6b00abd4f232d1b5e91137c6bdb4f569f374dbcb9174c76f50a6f839deed7c59303d84751a08c

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