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 B7FD215806E for ; Tue, 6 Jun 2023 10:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8EDE0887; Tue, 6 Jun 2023 10:39:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88BDEE0887 for ; Tue, 6 Jun 2023 10:39:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B382A340D49 for ; Tue, 6 Jun 2023 10:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347EE8DC for ; Tue, 6 Jun 2023 10:39:01 +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: <1686047937.c4ac3730de619abff6beb08709fef813a1153a90.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cleo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cleo/cleo-2.0.1-r1.ebuild dev-python/cleo/cleo-2.0.1.ebuild X-VCS-Directories: dev-python/cleo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c4ac3730de619abff6beb08709fef813a1153a90 X-VCS-Branch: master Date: Tue, 6 Jun 2023 10:39:01 +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: 844e1855-e007-4ab9-9539-bcdfd1956a5b X-Archives-Hash: 9bd863ff952bb66adc48d46f024966bb commit: c4ac3730de619abff6beb08709fef813a1153a90 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 6 10:35:35 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 6 10:38:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ac3730 dev-python/cleo: Unpin dev-python/rapidfuzz Signed-off-by: Michał Górny gentoo.org> dev-python/cleo/{cleo-2.0.1.ebuild => cleo-2.0.1-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/cleo/cleo-2.0.1.ebuild b/dev-python/cleo/cleo-2.0.1-r1.ebuild similarity index 87% rename from dev-python/cleo/cleo-2.0.1.ebuild rename to dev-python/cleo/cleo-2.0.1-r1.ebuild index 361ee2b718fc..59262d78b9eb 100644 --- a/dev-python/cleo/cleo-2.0.1.ebuild +++ b/dev-python/cleo/cleo-2.0.1-r1.ebuild @@ -34,6 +34,12 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # unpin rapidfuzz + sed -i -e '/rapidfuzz/s:\^:>=:' pyproject.toml || die + distutils-r1_src_prepare +} + python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTEST_PLUGINS=pytest_mock