and uptdated test suite to actually run tests
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Horea Christian <chr@chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15082
Signed-off-by: Michał Górny <mgorny@gentoo.org>
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-python/pydot[${PYTHON_USEDEP}]
dev-python/rdflib[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]
"
-DEPEND="
- test? ( ${RDEPEND} )
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-python_test() {
- ${EPYTHON} -m unittest discover || die
-}
+distutils_enable_tests setup.py