dev-python/contextlib2: verbump to 0.6.0, add py38, add RESTRICT

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-22 19:21:55 -08:00
committed by Patrick McLean
parent f2385c2e9e
commit 9f5433162b
4 changed files with 42 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/unittest2[${PYTHON_USEDEP}] )
"
RESTRICT="!test? ( test )"
python_test() {
"${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"