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 0CE7B15802E for ; Wed, 26 Jun 2024 09:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B502C2BC0D1; Wed, 26 Jun 2024 09:05:37 +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 197FB2BC0D1 for ; Wed, 26 Jun 2024 09:05:37 +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 0CFFF335DC5 for ; Wed, 26 Jun 2024 09:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67EFC126B 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: <1719392626.40f5eee93d1523778270777a56f75f9cf8cdf41c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit/flit-3.9.0-r1.ebuild dev-python/flit/flit-3.9.0.ebuild X-VCS-Directories: dev-python/flit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40f5eee93d1523778270777a56f75f9cf8cdf41c 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: 1e284157-23a2-4ca2-9498-c2f96aaf98b9 X-Archives-Hash: 7f9e6d80334a586f155ae6d03f8d4f3e commit: 40f5eee93d1523778270777a56f75f9cf8cdf41c Author: Eli Schwartz gmail com> AuthorDate: Wed Jun 26 01:46:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 26 09:03:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f5eee9 dev-python/flit: remove useless 4 year old dependencies requests_download hasn't been used since a deprecated feature available as a pip "extra" was removed: https://github.com/pypa/flit/commit/b9a8ecd6037b3b98452c6fa90697612075c03ef4 Arguably before then it should have been an optfeature but at this point it is pointless to discuss -- the feature got dropped in flit 3.0.0. tomli has never been a dependency at all. The first version of flit that moved from "toml" (an abandoned project) to tomli, only used tomli_w in flit, and relied on flit_core to handle all use of "tomli" (and flit-core correctly depends on the stdlib tomllib where reasonable). Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/flit/{flit-3.9.0.ebuild => flit-3.9.0-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/flit/flit-3.9.0.ebuild b/dev-python/flit/flit-3.9.0-r1.ebuild similarity index 94% rename from dev-python/flit/flit-3.9.0.ebuild rename to dev-python/flit/flit-3.9.0-r1.ebuild index 249a8b03166e..572497166710 100644 --- a/dev-python/flit/flit-3.9.0.ebuild +++ b/dev-python/flit/flit-3.9.0-r1.ebuild @@ -18,8 +18,6 @@ RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] >=dev-python/flit-core-${PV}[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests_download[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] dev-python/tomli-w[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND}