commit:     b16ec1096007067049aea1f6911bc2dff0ebe173
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 15:05:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:29:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16ec109

dev-python/pkginfo: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 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 a824322..af885c4 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() {

Reply via email to