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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80A5C15806E for ; Sun, 4 Jun 2023 06:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD7C4E07D3; Sun, 4 Jun 2023 06:13:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EE59E07D3 for ; Sun, 4 Jun 2023 06:13:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 751B5340FB4 for ; Sun, 4 Jun 2023 06:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D63CE990 for ; Sun, 4 Jun 2023 06:13:04 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685859120.3e8755236b250e99e377a57ea7fc799712770ff2.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiopg/aiopg-1.4.0.ebuild dev-python/aiopg/metadata.xml X-VCS-Directories: dev-python/aiopg/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3e8755236b250e99e377a57ea7fc799712770ff2 X-VCS-Branch: dev Date: Sun, 4 Jun 2023 06:13:04 +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: fdafd275-7b0e-4935-a246-6669089a22b0 X-Archives-Hash: 9e53613f31ed72f7ace08835a3536834 Message-ID: <20230604061304.xrwjmUoCwoqy8PZrFH758Yd75T59ty-Gyd1jMBUTwh8@z> commit: 3e8755236b250e99e377a57ea7fc799712770ff2 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Jun 4 06:12:00 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Jun 4 06:12:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e875523 dev-python/aiopg: fix renamed python dependency dev-python/docker-py -> dev-python/docker Signed-off-by: Viorel Munteanu gentoo.org> dev-python/aiopg/aiopg-1.4.0.ebuild | 2 +- dev-python/aiopg/metadata.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/aiopg/aiopg-1.4.0.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild index b137e318f..03bccc321 100644 --- a/dev-python/aiopg/aiopg-1.4.0.ebuild +++ b/dev-python/aiopg/aiopg-1.4.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND="test? ( - dev-python/docker-py[${PYTHON_USEDEP}] + dev-python/docker[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] )" diff --git a/dev-python/aiopg/metadata.xml b/dev-python/aiopg/metadata.xml index 501f3f134..e1df63150 100644 --- a/dev-python/aiopg/metadata.xml +++ b/dev-python/aiopg/metadata.xml @@ -9,4 +9,7 @@ cyber+gentoo@sysrq.in Anna + + aio-libs/aiopg +