commit:     0e4eb3b3f7ca54d6be9e02f30b5d39fb6a1aa49b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 19:41:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 19:53:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4eb3b3

dev-python/pyparted: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyparted/pyparted-3.10.7.ebuild | 7 ++-----
 dev-python/pyparted/pyparted-3.11.2.ebuild | 7 ++-----
 dev-python/pyparted/pyparted-3.11.3.ebuild | 2 +-
 dev-python/pyparted/pyparted-999999.ebuild | 2 +-
 4 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild 
b/dev-python/pyparted/pyparted-3.10.7.ebuild
index 307aca112dc..9d7910371fc 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_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for sys-block/parted"
@@ -14,10 +14,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-       test? ( python_targets_python2_7 )
-"
+RESTRICT="test"
 
 RDEPEND="
        >=sys-block/parted-3.1

diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild 
b/dev-python/pyparted/pyparted-3.11.2.ebuild
index 5a9a66752a3..d3ac7bb90e1 100644
--- a/dev-python/pyparted/pyparted-3.11.2.ebuild
+++ b/dev-python/pyparted/pyparted-3.11.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for sys-block/parted"
@@ -13,10 +13,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-       test? ( python_targets_python2_7 )
-"
+RESTRICT="test"
 
 RDEPEND="
        >=sys-block/parted-3.1

diff --git a/dev-python/pyparted/pyparted-3.11.3.ebuild 
b/dev-python/pyparted/pyparted-3.11.3.ebuild
index a058461368a..9412f7f7545 100644
--- a/dev-python/pyparted/pyparted-3.11.3.ebuild
+++ b/dev-python/pyparted/pyparted-3.11.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Python bindings for sys-block/parted"

diff --git a/dev-python/pyparted/pyparted-999999.ebuild 
b/dev-python/pyparted/pyparted-999999.ebuild
index b34350ec163..9a99955ada2 100644
--- a/dev-python/pyparted/pyparted-999999.ebuild
+++ b/dev-python/pyparted/pyparted-999999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1 flag-o-matic git-r3
 
 DESCRIPTION="Python bindings for sys-block/parted"

Reply via email to