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 73041158041 for ; Mon, 8 Apr 2024 21:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF31E29CF; Mon, 8 Apr 2024 21:46:26 +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 41E08E29CF for ; Mon, 8 Apr 2024 21:46:26 +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 20EEA343211 for ; Mon, 8 Apr 2024 21:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8484416A3 for ; Mon, 8 Apr 2024 21:46:23 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712612230.9de15d0b6ffca76f5dfb78aa6e9ba1aaeb986168.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/asyncpg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild X-VCS-Directories: dev-python/asyncpg/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9de15d0b6ffca76f5dfb78aa6e9ba1aaeb986168 X-VCS-Branch: master Date: Mon, 8 Apr 2024 21:46:23 +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: 216806dd-d01c-4cc5-9a22-3b9ce14d9acd X-Archives-Hash: a1f1642936d5a99da42ba6115a4ea425 commit: 9de15d0b6ffca76f5dfb78aa6e9ba1aaeb986168 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Apr 8 21:37:10 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 8 21:37:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9de15d0b dev-python/asyncpg: add missing cython dep Closes: https://bugs.gentoo.org/926844 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild b/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild index 5e61b655be..0804f17eb1 100644 --- a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild +++ b/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" ' python3_{10..11}) " BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] test? ( dev-db/postgresql[server] dev-python/uvloop[${PYTHON_USEDEP}]