From b16ec1096007067049aea1f6911bc2dff0ebe173 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 19 Oct 2015 17:05:53 +0200 Subject: [PATCH] dev-python/pkginfo: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/pkginfo/pkginfo-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index a824322d17a9c..af885c4c8fb31 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -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() {