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 A031F138239 for ; Sun, 29 Mar 2020 13:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A45E0B4B; Sun, 29 Mar 2020 13:21:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5BC3E0B4C for ; Sun, 29 Mar 2020 13:21:37 +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 748A334FB18 for ; Sun, 29 Mar 2020 13:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8848F1B4 for ; Sun, 29 Mar 2020 13:21:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585479571.9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-instafail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild X-VCS-Directories: dev-python/pytest-instafail/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2 X-VCS-Branch: master Date: Sun, 29 Mar 2020 13:21:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e621a5dc-8f35-4871-9509-47688dba8aac X-Archives-Hash: 88cad30baf65b95a79fdfccc0e4d49cc commit: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 10:59:31 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 10:59:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcc2d4a dev-python/pytest-instafail: add DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild index cb08939..118d3e2 100644 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="Plugin for pytest that shows failures and errors instantly" 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 0BE82138239 for ; Sun, 29 Mar 2020 13:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BB3E0993; Sun, 29 Mar 2020 13:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2FA8E0993 for ; Sun, 29 Mar 2020 13:21:18 +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 C2EA734FB13 for ; Sun, 29 Mar 2020 13:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682D51A4 for ; Sun, 29 Mar 2020 13:21:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585479571.9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-instafail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild X-VCS-Directories: dev-python/pytest-instafail/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2 X-VCS-Branch: dev Date: Sun, 29 Mar 2020 13:21:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9550177-6c08-4240-920f-7978d403eea9 X-Archives-Hash: 07dedda1af303f278d9d6dcdb5d5beca Message-ID: <20200329132115.0n3-zJLzMLZ_UPUm0nIB5NXrOfioFeaqbAf0jNxzggY@z> commit: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 10:59:31 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 10:59:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcc2d4a dev-python/pytest-instafail: add DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild index cb08939..118d3e2 100644 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="Plugin for pytest that shows failures and errors instantly"