diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 15:08:14 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 15:11:53 +0200 |
commit | ceb7af5520430d1a65b990eab961d399656eb89a (patch) | |
tree | 85388365598a0b5479232131d24e6e331ee4d272 /dev-python/pyparted | |
parent | net-dns/maradns: x86 stable wrt bug #616798 (diff) | |
download | gentoo-ceb7af5520430d1a65b990eab961d399656eb89a.tar.gz gentoo-ceb7af5520430d1a65b990eab961d399656eb89a.tar.bz2 gentoo-ceb7af5520430d1a65b990eab961d399656eb89a.zip |
dev-python/pyparted: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/pyparted-3.10.7.ebuild | 9 |
1 files 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 d7a1420865a8..86c712c92e3f 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 } |