dev-python/pkginfo: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-19 17:05:53 +02:00
parent 5f4ad4dffc
commit b16ec10960

View File

@@ -3,7 +3,8 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
@@ -41,7 +42,6 @@ python_compile_all() {
python_test() {
"${PYTHON}" -m unittest discover || die "Test ${test} failed under ${EPYTHON}"
popd > /dev/null
}
python_install_all() {