From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9BEE2138206 for ; Wed, 27 Apr 2016 15:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA4021C031; Wed, 27 Apr 2016 15:26:14 +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 D01EA21C031 for ; Wed, 27 Apr 2016 15:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFA3A340C34 for ; Wed, 27 Apr 2016 15:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E51964 for ; Wed, 27 Apr 2016 15:26:11 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461770760.c84789e06fc259242f3ad29e67424023cd08c9d3.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docopt/docopt-0.6.2-r1.ebuild X-VCS-Directories: dev-python/docopt/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c84789e06fc259242f3ad29e67424023cd08c9d3 X-VCS-Branch: master Date: Wed, 27 Apr 2016 15:26:11 +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: d3f18b65-66c5-4669-b784-662d859ae68c X-Archives-Hash: 1efc7d5540162df766e7c05bfd28754c commit: c84789e06fc259242f3ad29e67424023cd08c9d3 Author: Ian Delaney gentoo org> AuthorDate: Wed Apr 27 01:51:24 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 27 15:26:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84789e0 dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1 Package-Manager: portage-2.2.28 dev-python/docopt/docopt-0.6.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/docopt/docopt-0.6.2-r1.ebuild b/dev-python/docopt/docopt-0.6.2-r1.ebuild index 8161713..8c266ec 100644 --- a/dev-python/docopt/docopt-0.6.2-r1.ebuild +++ b/dev-python/docopt/docopt-0.6.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 @@ -22,8 +22,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" # not implemented in this version, git already has it RESTRICT=test