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 147B3158089 for ; Sat, 7 Oct 2023 15:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D1AB2BC017; Sat, 7 Oct 2023 15:53:55 +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 2D5A12BC017 for ; Sat, 7 Oct 2023 15:53:55 +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 27C6B335C67 for ; Sat, 7 Oct 2023 15:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C599D5 for ; Sat, 7 Oct 2023 15:53:52 +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: <1696694028.07fae3150ec55c8110f2a804f4f07e1dc63ca25b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gitdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gitdb/gitdb-4.0.10-r1.ebuild dev-python/gitdb/gitdb-4.0.10.ebuild X-VCS-Directories: dev-python/gitdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07fae3150ec55c8110f2a804f4f07e1dc63ca25b X-VCS-Branch: master Date: Sat, 7 Oct 2023 15:53:52 +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: 20cd41d1-d0fa-479c-a64b-4f1e9bc1c49d X-Archives-Hash: 51b75a27eab0abc34920d53f1acd1e26 commit: 07fae3150ec55c8110f2a804f4f07e1dc63ca25b Author: Michał Górny gentoo org> AuthorDate: Sat Oct 7 15:31:46 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 7 15:53:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fae315 dev-python/gitdb: Unpin dependencies Signed-off-by: Michał Górny gentoo.org> dev-python/gitdb/{gitdb-4.0.10.ebuild => gitdb-4.0.10-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/gitdb/gitdb-4.0.10.ebuild b/dev-python/gitdb/gitdb-4.0.10-r1.ebuild similarity index 91% rename from dev-python/gitdb/gitdb-4.0.10.ebuild rename to dev-python/gitdb/gitdb-4.0.10-r1.ebuild index 1fbb39e1a6ae..29f1be530228 100644 --- a/dev-python/gitdb/gitdb-4.0.10.ebuild +++ b/dev-python/gitdb/gitdb-4.0.10-r1.ebuild @@ -29,6 +29,12 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # unpin deps + sed -i -e 's:,<[0-9.]*::' setup.py || die + distutils-r1_src_prepare +} + src_test() { local i