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 1FC6C158041 for ; Thu, 21 Mar 2024 19:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BB1E29BD; Thu, 21 Mar 2024 19:42:11 +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 E443CE29BD for ; Thu, 21 Mar 2024 19:42:10 +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 E147433BF03 for ; Thu, 21 Mar 2024 19:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E3215B5 for ; Thu, 21 Mar 2024 19:42:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1711050124.57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uv/uv-0.1.13-r1.ebuild dev-python/uv/uv-0.1.13.ebuild X-VCS-Directories: dev-python/uv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d X-VCS-Branch: master Date: Thu, 21 Mar 2024 19:42:08 +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: dc8dc64d-2137-4501-922f-e4afeecd6ce2 X-Archives-Hash: 02dec24921b679d8dd5014ad9f230ac3 commit: 57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d Author: Michał Górny gentoo org> AuthorDate: Thu Mar 21 18:19:02 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 21 19:42:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ec1c44 dev-python/uv: Add dependency on dev-libs/libgit2 Signed-off-by: Michał Górny gentoo.org> dev-python/uv/{uv-0.1.13.ebuild => uv-0.1.13-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/uv/uv-0.1.13.ebuild b/dev-python/uv/uv-0.1.13-r1.ebuild similarity index 97% rename from dev-python/uv/uv-0.1.13.ebuild rename to dev-python/uv/uv-0.1.13-r1.ebuild index 11c9289c98f5..5e3cdac4d27a 100644 --- a/dev-python/uv/uv-0.1.13.ebuild +++ b/dev-python/uv/uv-0.1.13-r1.ebuild @@ -46,6 +46,12 @@ IUSE="test" RESTRICT="test" PROPERTIES="test_network" +DEPEND=" + dev-libs/libgit2:= +" +RDEPEND=" + ${DEPEND} +" BDEPEND=" test? ( dev-lang/python:3.8