summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-25 21:46:53 -0400
committerSam James <sam@gentoo.org>2024-06-26 10:03:46 +0100
commit40f5eee93d1523778270777a56f75f9cf8cdf41c (patch)
tree9c3ac128ecd18b43eaf4f18e228f19cf13d7c855 /dev-python/flit
parentdev-ml/lablgtk: add 3.1.5 (diff)
downloadgentoo-40f5eee93d1523778270777a56f75f9cf8cdf41c.tar.gz
gentoo-40f5eee93d1523778270777a56f75f9cf8cdf41c.tar.bz2
gentoo-40f5eee93d1523778270777a56f75f9cf8cdf41c.zip
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 <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/flit')
-rw-r--r--dev-python/flit/flit-3.9.0-r1.ebuild (renamed from dev-python/flit/flit-3.9.0.ebuild)2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/flit/flit-3.9.0.ebuild b/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}