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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF36115812D for ; Mon, 06 Jan 2025 06:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B00E07F0; Mon, 06 Jan 2025 06:42:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7714E07F0 for ; Mon, 06 Jan 2025 06:42:19 +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 6244D33FEF1 for ; Mon, 06 Jan 2025 06:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 958171C70 for ; Mon, 06 Jan 2025 06:42:15 +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: <1736145689.2fcbd2e25486d6165d7301dafdc7d14921b8e2a3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/poetry/poetry-1.8.5-r1.ebuild dev-python/poetry/poetry-1.8.5.ebuild X-VCS-Directories: dev-python/poetry/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2fcbd2e25486d6165d7301dafdc7d14921b8e2a3 X-VCS-Branch: master Date: Mon, 06 Jan 2025 06:42:15 +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: dc72632e-a1f3-4a02-935f-1a79775651d0 X-Archives-Hash: 6de9eeeef0e3ec77a3b25be8b0c6bd2a commit: 2fcbd2e25486d6165d7301dafdc7d14921b8e2a3 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 6 06:27:45 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 6 06:41:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcbd2e2 dev-python/poetry: Incompatible with >=dev-python/poetry-core-2 Signed-off-by: Michał Górny gentoo.org> dev-python/poetry/{poetry-1.8.5.ebuild => poetry-1.8.5-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/poetry/poetry-1.8.5.ebuild b/dev-python/poetry/poetry-1.8.5-r1.ebuild similarity index 96% rename from dev-python/poetry/poetry-1.8.5.ebuild rename to dev-python/poetry/poetry-1.8.5-r1.ebuild index 2a5737492d83..2206c02197fc 100644 --- a/dev-python/poetry/poetry-1.8.5.ebuild +++ b/dev-python/poetry/poetry-1.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + =dev-python/poetry-core-1.9.1[${PYTHON_USEDEP}] >=dev-python/poetry-plugin-export-1.6.0[${PYTHON_USEDEP}] >=dev-python/build-1.0.3[${PYTHON_USEDEP}]