dev-python/prov: added PYTHON_COMPAT 3_7

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>
This commit is contained in:
Horea Christian
2020-03-24 00:32:37 -04:00
committed by Michał Górny
parent a0db8b99a3
commit bb46850e02

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/pydot[${PYTHON_USEDEP}]
@@ -25,11 +23,5 @@ RDEPEND="
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