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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9949D15815E for ; Thu, 8 Feb 2024 16:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D54E2A64; Thu, 8 Feb 2024 16:12:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A02E7E2A64 for ; Thu, 8 Feb 2024 16:12:20 +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 9B518343179 for ; Thu, 8 Feb 2024 16:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 017CC14C6 for ; Thu, 8 Feb 2024 16:12:18 +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: <1707408699.c6bb730058bd63a19d1d38830d8c5664a8393e0e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild X-VCS-Directories: dev-python/jsonschema-path/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6bb730058bd63a19d1d38830d8c5664a8393e0e X-VCS-Branch: master Date: Thu, 8 Feb 2024 16:12:18 +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: 85acfd44-7cd9-4e1e-833e-c8cd3c6357e0 X-Archives-Hash: 7ab5a18f3c83d98b215f79fbb59d6881 commit: c6bb730058bd63a19d1d38830d8c5664a8393e0e Author: Michał Górny gentoo org> AuthorDate: Thu Feb 8 16:08:11 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 8 16:11:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bb7300 dev-python/jsonschema-path: Add dev-python/requests dep Signed-off-by: Michał Górny gentoo.org> ...{jsonschema-path-0.3.2.ebuild => jsonschema-path-0.3.2-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild similarity index 84% rename from dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild rename to dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild index 3cc2225e3980..e371fab4870e 100644 --- a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild +++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,10 +22,13 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" +# requests seem "optional" but they failed at properly making it +# optional in poetry, sigh RDEPEND=" >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}] + >=dev-python/requests-2.31.0[${PYTHON_USEDEP}] " BDEPEND="