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 EAB221382C5 for ; Sun, 20 Dec 2020 08:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F7432BC006; Sun, 20 Dec 2020 08:26:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B2452BC006 for ; Sun, 20 Dec 2020 08:26:06 +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 D54C934109E for ; Sun, 20 Dec 2020 08:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2B303A1 for ; Sun, 20 Dec 2020 08:26:01 +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: <1608429852.c70bc8bee2c488a558e9daa4bdaad4c41db02f2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/, dev-python/aiopg/, dev-python/starlette/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/aiomysql-0.0.21.ebuild dev-python/aiopg/aiopg-1.1.0.ebuild dev-python/asyncpg/asyncpg-0.21.0.ebuild dev-python/databases/databases-0.4.1.ebuild dev-python/fake-useragent/fake-useragent-0.1.11.ebuild dev-python/httpcore/httpcore-0.10.1.ebuild dev-python/httpx/httpx-0.11.1.ebuild dev-python/httpx/httpx-0.13.3.ebuild dev-python/httpx/httpx-0.16.1.ebuild dev-python/pyinquirer/pyinquirer-9999.ebuild dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild dev-python/python-telegram-bot/python-telegram-bot-13.1.ebuild dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild dev-python/sse-starlette/sse-starlette-0.6.1.ebuild dev-python/starlette/starlette-0.14.1.ebuild dev-python/trio/trio-0.17.0.ebuild dev-python/watchgod/watchgod-0.6.ebuild X-VCS-Directories: dev-python/trio/ dev-python/asyncpg/ dev-python/python-telegram-bot/ dev-python/sse-starlette/ dev-python/httpcore/ dev-python/fake-useragent/ dev-python/httpx/ dev-python/pyinquirer/ dev-python/databases/ dev-python/pytest-toolbox/ dev-python/watchgod/ dev-python/aiopg/ dev-python/starlette/ dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c70bc8bee2c488a558e9daa4bdaad4c41db02f2d X-VCS-Branch: master Date: Sun, 20 Dec 2020 08:26:01 +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: 39f3d6f3-0085-4a36-9f95-f08ee24b0b23 X-Archives-Hash: 87157ce8806077e5c8a2c453f90ce5ad commit: c70bc8bee2c488a558e9daa4bdaad4c41db02f2d Author: Alessandro Barbieri gmail com> AuthorDate: Sun Dec 20 02:04:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Dec 20 02:04:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c70bc8be dev-python/* removed useless test dependencies Signed-off-by: Alessandro Barbieri gmail.com> dev-python/aiomysql/aiomysql-0.0.21.ebuild | 1 - dev-python/aiopg/aiopg-1.1.0.ebuild | 2 -- dev-python/asyncpg/asyncpg-0.21.0.ebuild | 2 -- dev-python/databases/databases-0.4.1.ebuild | 2 -- dev-python/fake-useragent/fake-useragent-0.1.11.ebuild | 4 ---- dev-python/httpcore/httpcore-0.10.1.ebuild | 3 --- dev-python/httpx/httpx-0.11.1.ebuild | 2 -- dev-python/httpx/httpx-0.13.3.ebuild | 2 -- dev-python/httpx/httpx-0.16.1.ebuild | 2 -- dev-python/pyinquirer/pyinquirer-9999.ebuild | 1 - dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild | 2 -- dev-python/python-telegram-bot/python-telegram-bot-13.1.ebuild | 2 -- dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild | 2 -- dev-python/sse-starlette/sse-starlette-0.6.1.ebuild | 1 - dev-python/starlette/starlette-0.14.1.ebuild | 6 ++---- dev-python/trio/trio-0.17.0.ebuild | 1 - dev-python/watchgod/watchgod-0.6.ebuild | 1 - 17 files changed, 2 insertions(+), 34 deletions(-) diff --git a/dev-python/aiomysql/aiomysql-0.0.21.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild index e9a75bb2..96b07077 100644 --- a/dev-python/aiomysql/aiomysql-0.0.21.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -25,7 +25,6 @@ RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" DEPEND="test? ( dev-python/docker-py[${PYTHON_USEDEP}] dev-python/ipdb[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}]