Rename dev-python/{cchardet → faust-cchardet}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-13 21:20:08 +01:00
parent 9efe3929a6
commit 06a77ec72d
6 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/cchardet[${PYTHON_USEDEP}]
dev-python/faust-cchardet[${PYTHON_USEDEP}]
>=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]

View File

@@ -29,7 +29,7 @@ RDEPEND="
BDEPEND="
test? (
|| (
dev-python/cchardet[${PYTHON_USEDEP}]
dev-python/faust-cchardet[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
)
)

View File

@@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -13,3 +13,4 @@ move dev-python/python-netlink dev-python/netlink
move dev-python/python-lhafile dev-python/lhafile
move dev-python/pysvg dev-python/pysvg-py3
move dev-python/libpillowfight dev-python/pypillowfight
move dev-python/cchardet dev-python/faust-cchardet