Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Fri, 28 Apr 2017 13:12:34
Message-Id: 1493385113.ceb7af5520430d1a65b990eab961d399656eb89a.mrueg@gentoo
1 commit: ceb7af5520430d1a65b990eab961d399656eb89a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 13:08:14 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 13:11:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb7af55
7
8 dev-python/pyparted: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/pyparted/pyparted-3.10.7.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild b/dev-python/pyparted/pyparted-3.10.7.ebuild
16 index d7a1420865a..86c712c92e3 100644
17 --- a/dev-python/pyparted/pyparted-3.10.7.ebuild
18 +++ b/dev-python/pyparted/pyparted-3.10.7.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
24 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
25 inherit distutils-r1
26
27 DESCRIPTION="Python bindings for sys-block/parted"
28 @@ -24,7 +24,6 @@ RDEPEND="
29 "
30 DEPEND="
31 ${RDEPEND}
32 - test? ( dev-python/pychecker )
33 virtual/pkgconfig
34 "
35
36 @@ -33,9 +32,5 @@ PATCHES=(
37 )
38
39 python_test() {
40 - if [[ ${EPYTHON} = python2* ]]; then
41 - emake test
42 - else
43 - einfo "Skipping ${EPYTHON}"
44 - fi
45 + emake test
46 }