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 ED683138222 for ; Fri, 6 May 2016 05:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1CED21C012; Fri, 6 May 2016 05:26:45 +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 6FC9921C012 for ; Fri, 6 May 2016 05:26:45 +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 B61503407E6 for ; Fri, 6 May 2016 05:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF3D33A for ; Fri, 6 May 2016 05:26:41 +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: <1462512140.c49aad0cdbee707a6958e0a10704cf5abcab8b2e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild dev-python/pytest-xdist/pytest-xdist-1.14.ebuild X-VCS-Directories: dev-python/pytest-xdist/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c49aad0cdbee707a6958e0a10704cf5abcab8b2e X-VCS-Branch: master Date: Fri, 6 May 2016 05:26:41 +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: 4c6d28ac-6a99-4a5e-b135-ffdc8df7c5fb X-Archives-Hash: c252369bbfa11afe7f220f5d8d7095a9 commit: c49aad0cdbee707a6958e0a10704cf5abcab8b2e Author: Göktürk Yüksek binghamton edu> AuthorDate: Fri May 6 01:52:34 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri May 6 05:22:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49aad0c dev-python/pytest-xdist: add missing DEPEND app-arch/unzip set to vns. 1.14{,-r1}. Noted by gokturk Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1417 Signed-off-by: Ian Delaney gentoo.org> dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 + dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild index b2e5a96..bb11fe7 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] + app-arch/unzip " python_test() { diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild index 388850b..76fdddd 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild @@ -24,7 +24,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - " + app-arch/unzip +" python_test() { find -name __pycache__ -exec rm -r '{}' + || die