dev-python/greeneye-monitor: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-11 13:41:38 +02:00
committed by Andreas Billmeier
parent 29d4902949
commit e8c1d2ccf4
2 changed files with 5 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 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="Receive data packets from GreenEye Monitor (https://www.brultech.com/greeneye/)"
@@ -22,7 +22,6 @@ DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
~dev-python/siobrultech-protocols-0.5.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"