commit:     ceb7af5520430d1a65b990eab961d399656eb89a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 13:08:14 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 13:11:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb7af55

dev-python/pyparted: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyparted/pyparted-3.10.7.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild 
b/dev-python/pyparted/pyparted-3.10.7.ebuild
index d7a1420865a..86c712c92e3 100644
--- a/dev-python/pyparted/pyparted-3.10.7.ebuild
+++ b/dev-python/pyparted/pyparted-3.10.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for sys-block/parted"
@@ -24,7 +24,6 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
-       test? ( dev-python/pychecker )
        virtual/pkgconfig
 "
 
@@ -33,9 +32,5 @@ PATCHES=(
 )
 
 python_test() {
-       if [[ ${EPYTHON} = python2* ]]; then
-               emake test
-       else
-               einfo "Skipping ${EPYTHON}"
-       fi
+       emake test
 }

Reply via email to