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 6E7F71581FB for ; Fri, 29 Nov 2024 21:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D948E086A; Fri, 29 Nov 2024 21:18:29 +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 13B9CE086A for ; Fri, 29 Nov 2024 21:18:29 +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 CA76D342FE1 for ; Fri, 29 Nov 2024 21:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B410A1EC5 for ; Fri, 29 Nov 2024 21:18:24 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1732914729.1f59e36b987e497d3d1bd450ffe4497fce7a868d.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatchling/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hatchling/hatchling-1.26.3-r1.ebuild dev-python/hatchling/hatchling-1.26.3.ebuild X-VCS-Directories: dev-python/hatchling/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 1f59e36b987e497d3d1bd450ffe4497fce7a868d X-VCS-Branch: master Date: Fri, 29 Nov 2024 21:18:24 +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: eb420ae8-56be-45f0-865c-9dabfea31939 X-Archives-Hash: 2dc356d36d7880fdc407b46160705334 commit: 1f59e36b987e497d3d1bd450ffe4497fce7a868d Author: Eli Schwartz gentoo org> AuthorDate: Thu Nov 14 17:29:27 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Nov 29 21:12:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f59e36b dev-python/hatchling: stop tracking the latest version of trove_classifiers distutils-r1.eclass now uses hatchling >=1.26 support for disabling runtime use of trove_classifiers at all. It is still necessary as a runtime dependency for the sake of people who install and run hatchling via their user account, outside of ebuild packaging, but we no longer need to guarantee that trove_classifiers is always ordered before anything else during a world update. Signed-off-by: Eli Schwartz gentoo.org> .../{hatchling-1.26.3.ebuild => hatchling-1.26.3-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/hatchling/hatchling-1.26.3.ebuild b/dev-python/hatchling/hatchling-1.26.3-r1.ebuild similarity index 91% rename from dev-python/hatchling/hatchling-1.26.3.ebuild rename to dev-python/hatchling/hatchling-1.26.3-r1.ebuild index e5f6cb572bc7..d6cb34a09c15 100644 --- a/dev-python/hatchling/hatchling-1.26.3.ebuild +++ b/dev-python/hatchling/hatchling-1.26.3-r1.ebuild @@ -36,12 +36,7 @@ RDEPEND=" $(python_gen_cond_dep ' >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}] ' 3.10) -" -# always depend on the newest version available, at least until upstream -# stops treating unknown classifiers as a fatal error -# https://github.com/pypa/hatch/issues/1368 -RDEPEND+=" - >=dev-python/trove-classifiers-2024.10.16[${PYTHON_USEDEP}] + dev-python/trove-classifiers[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND}