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 6981213835A for ; Sat, 19 Dec 2020 10:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FD7E087A; Sat, 19 Dec 2020 10:08:34 +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 7D09BE087A for ; Sat, 19 Dec 2020 10:08:34 +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 E9A3E34090F for ; Sat, 19 Dec 2020 10:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B62A50 for ; Sat, 19 Dec 2020 10:08:31 +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: <1608372308.bdce1acba62ac5bdcdc5e0702abad91f14f3726e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/aiomysql-0.0.21.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bdce1acba62ac5bdcdc5e0702abad91f14f3726e X-VCS-Branch: dev Date: Sat, 19 Dec 2020 10:08:31 +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: 80976b83-a9f3-40b8-8283-e40cd16a84e0 X-Archives-Hash: 0adf0cc91bb8f3faa7841c9de50cbce5 commit: bdce1acba62ac5bdcdc5e0702abad91f14f3726e Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Dec 19 10:05:08 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Dec 19 10:05:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdce1acb dev-python/aiomysql: drop unnecesairy dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiomysql/aiomysql-0.0.21.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/aiomysql/aiomysql-0.0.21.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild index 53425278..e9a75bb2 100644 --- a/dev-python/aiomysql/aiomysql-0.0.21.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -27,7 +27,6 @@ DEPEND="test? ( dev-python/ipdb[${PYTHON_USEDEP}] dev-python/flake8[${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 48E591382C5 for ; Sat, 19 Dec 2020 10:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7232CE0855; Sat, 19 Dec 2020 10:09:59 +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 5C1C2E0855 for ; Sat, 19 Dec 2020 10:09:59 +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 5CE93341110 for ; Sat, 19 Dec 2020 10:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F38BD2C5 for ; Sat, 19 Dec 2020 10:09:56 +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: <1608372308.bdce1acba62ac5bdcdc5e0702abad91f14f3726e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/aiomysql-0.0.21.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bdce1acba62ac5bdcdc5e0702abad91f14f3726e X-VCS-Branch: master Date: Sat, 19 Dec 2020 10:09:56 +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: c17d9bdb-d973-40ec-b2ed-2a3730a2f98f X-Archives-Hash: b30699f254b3b7de4f2962a84e7c5dea Message-ID: <20201219100956.-wjDQ_Tssc9YA3E2Olj-BGaAD5JWDrPaGESorXfPtXk@z> commit: bdce1acba62ac5bdcdc5e0702abad91f14f3726e Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Dec 19 10:05:08 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Dec 19 10:05:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdce1acb dev-python/aiomysql: drop unnecesairy dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiomysql/aiomysql-0.0.21.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/aiomysql/aiomysql-0.0.21.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild index 53425278..e9a75bb2 100644 --- a/dev-python/aiomysql/aiomysql-0.0.21.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -27,7 +27,6 @@ DEPEND="test? ( dev-python/ipdb[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}]