diff options
Diffstat (limited to 'dev-python/tappy')
| -rw-r--r-- | dev-python/tappy/tappy-3.1-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/tappy/tappy-3.1-r1.ebuild b/dev-python/tappy/tappy-3.1-r1.ebuild index ac57fbfae19a..d997eadd6aa8 100644 --- a/dev-python/tappy/tappy-3.1-r1.ebuild +++ b/dev-python/tappy/tappy-3.1-r1.ebuild @@ -7,10 +7,14 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="tap.py" PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + 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 |
