From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 07BD115802E for ; Wed, 26 Jun 2024 09:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13AD2BC0EC; Wed, 26 Jun 2024 09:05:39 +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 61FD82BC0E8 for ; Wed, 26 Jun 2024 09:05:38 +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 A20B5335DC5 for ; Wed, 26 Jun 2024 09:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1F531D56 for ; Wed, 26 Jun 2024 09:05:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719392629.d01709f3a9ac2649a5267fa06274b1535ef936eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild X-VCS-Directories: app-misc/check-jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d01709f3a9ac2649a5267fa06274b1535ef936eb X-VCS-Branch: master Date: Wed, 26 Jun 2024 09:05:34 +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: f8968c08-37e0-4fd0-ad98-5d6cc54be05f X-Archives-Hash: 2629254e90590454812ef97d6df32b57 commit: d01709f3a9ac2649a5267fa06274b1535ef936eb Author: Eli Schwartz gmail com> AuthorDate: Wed Jun 26 03:30:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 26 09:03:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01709f3 app-misc/check-jsonschema: fix overdependency on tomli Since version 0.19.2, it has supported using the stdlib tomllib when available: https://github.com/python-jsonschema/check-jsonschema/commit/615ff8a11cfb2e00a42ab7d13350ddf82d474841 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> ...eck-jsonschema-0.28.4.ebuild => check-jsonschema-0.28.4-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild similarity index 95% rename from app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild rename to app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild index 6a978782fceb..7bd7ebde5d74 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild @@ -24,7 +24,9 @@ RDEPEND=" dev-python/regress[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) " BDEPEND=" test? (