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 522D8138350 for ; Thu, 2 Apr 2020 10:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B53CE0B61; Thu, 2 Apr 2020 10:12:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 74989E0B61 for ; Thu, 2 Apr 2020 10:12:36 +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 5F52634F00E for ; Thu, 2 Apr 2020 10:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A23E61BB for ; Thu, 2 Apr 2020 10:12: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: <1585757836.e0b47879cad9396b70e8ece256831398dfdd538f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trio-asyncio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild X-VCS-Directories: dev-python/trio-asyncio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e0b47879cad9396b70e8ece256831398dfdd538f X-VCS-Branch: master Date: Thu, 2 Apr 2020 10:12: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: b1036a0f-0d3f-463d-be8f-c153ed97825a X-Archives-Hash: 5b674dcc6df4f0cbf0bb56992a2d3bcd commit: e0b47879cad9396b70e8ece256831398dfdd538f Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Apr 1 16:16:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 1 16:17:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0b47879 dev-python/trio-asyncio: depend on pytest-trio for tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index ced6ad6..20d6e40 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" " DEPEND="test? ( + dev-python/pytest-trio[${PYTHON_USEDEP}] 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 EE0A1138350 for ; Wed, 1 Apr 2020 16:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FA6E08AC; Wed, 1 Apr 2020 16:17:23 +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 0854CE08AC for ; Wed, 1 Apr 2020 16:17:22 +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 1265734F8F4 for ; Wed, 1 Apr 2020 16:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C760150 for ; Wed, 1 Apr 2020 16:17:20 +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: <1585757836.e0b47879cad9396b70e8ece256831398dfdd538f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trio-asyncio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild X-VCS-Directories: dev-python/trio-asyncio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e0b47879cad9396b70e8ece256831398dfdd538f X-VCS-Branch: dev Date: Wed, 1 Apr 2020 16:17:20 +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: f31d9338-1ae4-4ab3-9411-d22b05bbd2a5 X-Archives-Hash: 2f1d1b475d1400ddca982c4eb3f9b1ea Message-ID: <20200401161720.qtBP6uHyHlsZWxQeQjkiUdWW2hFXvf7MRK-UPf8Jq0U@z> commit: e0b47879cad9396b70e8ece256831398dfdd538f Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Apr 1 16:16:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 1 16:17:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0b47879 dev-python/trio-asyncio: depend on pytest-trio for tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index ced6ad6..20d6e40 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" " DEPEND="test? ( + dev-python/pytest-trio[${PYTHON_USEDEP}]