Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Wed, 05 Feb 2020 19:53:44
Message-Id: 1580932398.0e4eb3b3f7ca54d6be9e02f30b5d39fb6a1aa49b.mgorny@gentoo
1 commit: 0e4eb3b3f7ca54d6be9e02f30b5d39fb6a1aa49b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 19:41:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 19:53:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4eb3b3
7
8 dev-python/pyparted: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyparted/pyparted-3.10.7.ebuild | 7 ++-----
13 dev-python/pyparted/pyparted-3.11.2.ebuild | 7 ++-----
14 dev-python/pyparted/pyparted-3.11.3.ebuild | 2 +-
15 dev-python/pyparted/pyparted-999999.ebuild | 2 +-
16 4 files changed, 6 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild b/dev-python/pyparted/pyparted-3.10.7.ebuild
19 index 307aca112dc..9d7910371fc 100644
20 --- a/dev-python/pyparted/pyparted-3.10.7.ebuild
21 +++ b/dev-python/pyparted/pyparted-3.10.7.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python{2_7,3_6} )
27 +PYTHON_COMPAT=( python3_6 )
28 inherit distutils-r1
29
30 DESCRIPTION="Python bindings for sys-block/parted"
31 @@ -14,10 +14,7 @@ LICENSE="GPL-2+"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86"
34 IUSE="test"
35 -RESTRICT="!test? ( test )"
36 -REQUIRED_USE="
37 - test? ( python_targets_python2_7 )
38 -"
39 +RESTRICT="test"
40
41 RDEPEND="
42 >=sys-block/parted-3.1
43
44 diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild b/dev-python/pyparted/pyparted-3.11.2.ebuild
45 index 5a9a66752a3..d3ac7bb90e1 100644
46 --- a/dev-python/pyparted/pyparted-3.11.2.ebuild
47 +++ b/dev-python/pyparted/pyparted-3.11.2.ebuild
48 @@ -2,7 +2,7 @@
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 -PYTHON_COMPAT=( python{2_7,3_6} )
53 +PYTHON_COMPAT=( python3_6 )
54 inherit distutils-r1
55
56 DESCRIPTION="Python bindings for sys-block/parted"
57 @@ -13,10 +13,7 @@ LICENSE="GPL-2+"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="test"
61 -RESTRICT="!test? ( test )"
62 -REQUIRED_USE="
63 - test? ( python_targets_python2_7 )
64 -"
65 +RESTRICT="test"
66
67 RDEPEND="
68 >=sys-block/parted-3.1
69
70 diff --git a/dev-python/pyparted/pyparted-3.11.3.ebuild b/dev-python/pyparted/pyparted-3.11.3.ebuild
71 index a058461368a..9412f7f7545 100644
72 --- a/dev-python/pyparted/pyparted-3.11.3.ebuild
73 +++ b/dev-python/pyparted/pyparted-3.11.3.ebuild
74 @@ -2,7 +2,7 @@
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI=7
78 -PYTHON_COMPAT=( python{2_7,3_6} )
79 +PYTHON_COMPAT=( python3_6 )
80 inherit distutils-r1 flag-o-matic
81
82 DESCRIPTION="Python bindings for sys-block/parted"
83
84 diff --git a/dev-python/pyparted/pyparted-999999.ebuild b/dev-python/pyparted/pyparted-999999.ebuild
85 index b34350ec163..9a99955ada2 100644
86 --- a/dev-python/pyparted/pyparted-999999.ebuild
87 +++ b/dev-python/pyparted/pyparted-999999.ebuild
88 @@ -2,7 +2,7 @@
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=7
92 -PYTHON_COMPAT=( python{2_7,3_6} )
93 +PYTHON_COMPAT=( python3_6 )
94 inherit distutils-r1 flag-o-matic git-r3
95
96 DESCRIPTION="Python bindings for sys-block/parted"