dev-python/oasatelematics: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 21:09:41 +01:00
parent c2e8a84d45
commit 5fe7f821e0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 13 deletions

View File

@ -1,3 +1,3 @@
DIST oasatelematics-0.3.gh.tar.gz 15929 BLAKE2B 4a827e9550f0822d4f28b17846bc5de804553093098eb236aec7fc64de0a20cf070068d7fef43d1ef329b6c6e772f9b12f09b0c365e2ec8d9b99405f478efa06 SHA512 9f2b566e95c02a71ffa3a284ad8e34b8690621cce374c97df5a214491b2cbbfb8c228f65e29184a945d61d6f95f64adb8e84aa481201f8370d35ede907530fa1
EBUILD oasatelematics-0.3.ebuild 662 BLAKE2B bad6dd45b6dbfc9d0f5794b7053ff427d6af57bec545e32c369a49493044ab20c064e711742e30e4fc66508dcd2260195b9a923e47dafbc0ec01ce99718872ac SHA512 1200735580905219879748580be21a78d6e301877a4037915538c4f396565578935c6655ccbb53def0de79fad625c38381d61ff9038a3dfc740206cd0bf26d76
EBUILD oasatelematics-0.3.ebuild 591 BLAKE2B 523b9e45658d72d0d2c132231111206ea32685a102427db5b16fdf2a252c9911579eedd4b0808954857eb38a6e3e943d9316799244116c2b4160cfe6bcda8ce1 SHA512 ef190d477bf81b91ae19ddf11b7651c64202a4b8649d31dad2d1d8abf4cb740d701f583cec9397d173707be57ef6d4ddfe187e36f8dec95182c54b07fcc7663d
MISC metadata.xml 521 BLAKE2B 3e92e08e0621cc6535e1b26ee0a9f3cbc044b445200d902438dce43e89efdbc6dc5219ec3d2d1171e492ffcc160ccc397a97e00d167b7f3d4ba8a2302a529129 SHA512 966634a2d4bea6b02ef3bd67ae3041a1993a5430a50536b8a3a10763706fc6f062c49af2948f6d4b827715f89e6adcc2b8e53c525082702144fc27cc548dc415

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 wrapper for the OASA Telematics API"
@ -19,13 +19,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest