dev-python/pyparted: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 13:08:14 +0000 (15:08 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 13:11:53 +0000 (15:11 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pyparted/pyparted-3.10.7.ebuild

index d7a1420865a880404a480724d0a0ceefe8ae0f28..86c712c92e3fe59e7026f9a22bdb5db528e7a303 100644 (file)
@@ -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
 }