From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87188139694 for ; Fri, 28 Apr 2017 13:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A00E0E5E; Fri, 28 Apr 2017 13:12:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7F44E0E5E for ; Fri, 28 Apr 2017 13:12:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 741FC341719 for ; Fri, 28 Apr 2017 13:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA9287427 for ; Fri, 28 Apr 2017 13:12:28 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493385113.ceb7af5520430d1a65b990eab961d399656eb89a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyparted/pyparted-3.10.7.ebuild X-VCS-Directories: dev-python/pyparted/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ceb7af5520430d1a65b990eab961d399656eb89a X-VCS-Branch: master Date: Fri, 28 Apr 2017 13:12:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96b639d4-ecad-48ea-8963-2f394530ff27 X-Archives-Hash: 8e4788c11b87e7496d2c077f6e589258 commit: ceb7af5520430d1a65b990eab961d399656eb89a Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 13:08:14 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 13:11:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb7af55 dev-python/pyparted: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pyparted/pyparted-3.10.7.ebuild | 9 ++------- 1 file 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 d7a1420865a..86c712c92e3 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 }