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 D930B139695 for ; Wed, 17 May 2017 12:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8E9E0CAB; Wed, 17 May 2017 12:15:02 +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 DA98DE0C01 for ; Wed, 17 May 2017 12:15:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BC8273416B5 for ; Wed, 17 May 2017 12:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A299745E for ; Wed, 17 May 2017 12:14:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495023293.abc4d07f73bb609c42a6c833ddac2ae15a5a5044.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ptrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild X-VCS-Directories: dev-python/python-ptrace/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abc4d07f73bb609c42a6c833ddac2ae15a5a5044 X-VCS-Branch: master Date: Wed, 17 May 2017 12:14:59 +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: d48384d3-b865-4ef6-90da-42e24db3ed8c X-Archives-Hash: bcf87f89e95d47a7b75204ba324ad2eb commit: abc4d07f73bb609c42a6c833ddac2ae15a5a5044 Author: Michał Górny gentoo org> AuthorDate: Wed May 17 11:27:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 17 12:14:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc4d07f dev-python/python-ptrace: Tested on py3.6 dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild index 78ef8f2948d..fd195ff5cb5 100644 --- a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 @@ -19,7 +19,7 @@ IUSE="doc examples" PATCHES=( "${FILESDIR}/0.8.1-python3.4.patch" ) python_test() { - "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}" + "${PYTHON}" runtests.py -v || die "Testing failed with ${EPYTHON}" } python_install_all() {