dev-python/pyiss: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 21:33:02 +01:00
parent 830a2f8ae5
commit 5898fbcf0f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 12 deletions

View File

@ -1,3 +1,3 @@
DIST pyiss-1.0.1.gh.tar.gz 5487 BLAKE2B 5adb3445480c7d59be823436cdcd42a5f8b80daf058fac74d060580ce8886d8d933db219bfb764f6073f9fbd2fab533d8cfa4cf34200225dd35511c55a1f8873 SHA512 58c7736b5e701d0fc90ff19f5a2069ff21f554d2fa0e97dafeab8cf5d1b29774c79607025cf4a211f2666cb64cb19ae439547e34756bb072dc1316aacfac322e
EBUILD pyiss-1.0.1.ebuild 830 BLAKE2B 0fc8ebaf230e3d350b2301677cfb61ee59a939f35ed2a1c86d1803293aa5a3f5884794cd1d87c5ac2ed5bafc529d2a20ba29ec77074c9333903f73849d43b0f5 SHA512 290a7bdc54863ca16f1e5a3b163e7de1724bfc5a3cc6629219b87bafe88bdfc2988916fc4d89ddc553a90ebee3f24de85f7204e62c004d2c9dc85a5777978282
EBUILD pyiss-1.0.1.ebuild 760 BLAKE2B 168ebf53e30cc2c7863b32b8fe4a40f90f5232d21ecf0a97835f953d98c755d3f2063b53de79ba4e4f89561414d6871c58e7e3593a5831819fbb554bd6a2aafb SHA512 b8826d3f461ad00fed3f0f4a436a7bcb67f58d230e7b79eb9fa0acdd29d5f023e53f724b472bc501cdc69b6df63bb25c93aa42e33731aaf14ca5c7c0605e68d8
MISC metadata.xml 509 BLAKE2B 68d7bc0529dea2b75b335501fd534e2113de6020f27dc1935845bc2f8caed9426dfeed172944fdd60396dd70809a99b7c258ac73456742e03ac5b3a660a69d83 SHA512 9788cb49f6ffb66145c5d39fc1bb9dc58492a929547fd31918f15ffbcb877f60c98319df19c36a266ca6d04a30e87b25f0882d634aa432a02a77ce4ddf08a39a

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="A simple python3 library for info about the current International Space Station location"
@ -22,13 +22,5 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/httmock[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest