mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
dev-python/tappy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -6,11 +6,15 @@ EAPI=8
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="tap.py"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 optfeature pypi
|
||||
|
||||
DESCRIPTION="Test Anything Protocol (TAP) tools"
|
||||
HOMEPAGE="https://github.com/python-tap/tappy https://pypi.org/project/tap.py/"
|
||||
HOMEPAGE="
|
||||
https://github.com/python-tap/tappy/
|
||||
https://pypi.org/project/tap.py/
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
@@ -21,7 +25,8 @@ BDEPEND="
|
||||
test? (
|
||||
dev-python/more-itertools[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
)"
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
Reference in New Issue
Block a user