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 0511415800A for ; Fri, 28 Jul 2023 06:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F0ACE0966; Fri, 28 Jul 2023 06:13:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1BAADE0966 for ; Fri, 28 Jul 2023 06:13:27 +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 5BE7F34068A for ; Fri, 28 Jul 2023 06:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FCE8DD8 for ; Fri, 28 Jul 2023 06:13:23 +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: <1690524509.640cd42db668b655e0a8ae6efcfb1dad99a1dd55.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.5.1-r1.ebuild dev-python/poetry/poetry-1.5.1.ebuild X-VCS-Directories: dev-python/poetry/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 640cd42db668b655e0a8ae6efcfb1dad99a1dd55 X-VCS-Branch: master Date: Fri, 28 Jul 2023 06:13: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: a56559fc-c852-4b40-94ad-0f7b33a8eca7 X-Archives-Hash: 11b0f222cbea2885b16e7295ca41845f commit: 640cd42db668b655e0a8ae6efcfb1dad99a1dd55 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 28 06:08:18 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 28 06:08:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640cd42d dev-python/poetry: Correct dependencies Closes: https://bugs.gentoo.org/910692 Signed-off-by: Michał Górny gentoo.org> .../poetry/{poetry-1.5.1.ebuild => poetry-1.5.1-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/poetry/poetry-1.5.1.ebuild b/dev-python/poetry/poetry-1.5.1-r1.ebuild similarity index 94% rename from dev-python/poetry/poetry-1.5.1.ebuild rename to dev-python/poetry/poetry-1.5.1-r1.ebuild index 9fa3a6a19ab3..f74ff624b268 100644 --- a/dev-python/poetry/poetry-1.5.1.ebuild +++ b/dev-python/poetry/poetry-1.5.1-r1.ebuild @@ -22,9 +22,12 @@ RDEPEND=" >=dev-python/poetry-core-1.6.1[${PYTHON_USEDEP}] >=dev-python/poetry-plugin-export-1.4.0[${PYTHON_USEDEP}] >=dev-python/build-0.10.0[${PYTHON_USEDEP}] + >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}] >=dev-python/cleo-2.0.0[${PYTHON_USEDEP}] >=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}] >=dev-python/dulwich-0.21.2[${PYTHON_USEDEP}] + >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}] + >=dev-python/html5lib-1.0[${PYTHON_USEDEP}] >=dev-python/installer-0.7.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}] >=dev-python/keyring-23.9.0[${PYTHON_USEDEP}] @@ -35,14 +38,16 @@ RDEPEND=" >=dev-python/requests-2.18[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}] >=dev-python/shellingham-1.5.0[${PYTHON_USEDEP}] - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}] >=dev-python/trove-classifiers-2022.5.19[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-20.22.0[${PYTHON_USEDEP}] - >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] + ' 3.10) " -DEPEND=" +BDEPEND=" test? ( >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] >=dev-python/httpretty-1.0[${PYTHON_USEDEP}]