dev-python/pyopensprinkler: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 23:47:09 +01:00
parent 836d9d8f87
commit d96fd4efcb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 13 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST pyopensprinkler-0.7.6.tar.gz 11259 BLAKE2B 0f3bb01e64897f341dc71d579ba403fdf347c6ebe28e21e6a26c390e6cdeafd1402042b732c9015553b7aa2be6fc7ae020d231eb324988dde68e7d87e1794b7b SHA512 9b7a320f8d694b567726b7293f4f9de812a6226a8af52bb162c0f0b708b038884382133dbfde8c627af6e24774597dca64b7280ebdb6f3eda826c886757a27b4
EBUILD pyopensprinkler-0.7.6.ebuild 949 BLAKE2B 9691493e247f334abf88eab819a56d32ed023df918992af3a16a858e38ecd8b60f80af56a967af655723ca27edf2ee446b86bf030e71482c3f48f10f35247b28 SHA512 573e58a732c3aa3effd6aa05e0a0737974465d64dcc09848026c4b39bb97f4b11f1cc2c067d7c44e4c79766a5a0fd928c8244423160ed13a5be738631f81cf07
EBUILD pyopensprinkler-0.7.6.ebuild 837 BLAKE2B db639b73cfab927eef0130f87a8f8431e4228c41cbae15a088f2af8d97548b84e3ae0b8f8485afd1e20420aea5301c2774d12e567bccc88bcd6b42e0b1a43c2a SHA512 f65fc83cd095b9650647602a4ab17ee88be806a62605fdbd056de1467d333e3da3370825367e867e355191c432b7b1bcf01e72fc94872e256032fd71d1f6f86b
MISC metadata.xml 532 BLAKE2B 071c376edeae7a7acd7998d2881ea0250c82a07af3bc1b89c47445d16d454c204dd569536bc539f20e1727541e4ef016963f88f370c0c79a78df0b32c7cec24c SHA512 1168f9383c0e4751dc623ef89bbb368f34095e33ae9cafacd94da0702a8c6c34c549cf76c42701c96fd815f7824e62e30a9e8530bcb0b685905fec62abc0b8aa

View File

@ -1,9 +1,9 @@
# 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 pypi
@ -18,19 +18,15 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="~dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]
~dev-python/backoff-2.2.1[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
~dev-python/backoff-2.2.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-vcs/pre-commit[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-vcs/pre-commit[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
distutils_enable_tests pytest