Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot
}
python_test() {
- esetup.py test || die "tests failed under ${EPYTYHON}"
+ esetup.py test
}
python_install_all() {
}
python_test() {
- esetup.py test || die "tests failed under ${EPYTYHON}"
+ esetup.py test
}
python_install_all() {
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot
}
python_test() {
- esetup.py test || die "tests failed under ${EPYTYHON}"
+ esetup.py test
}
python_install_all() {