diff options
author | 2024-11-13 21:20:08 +0100 | |
---|---|---|
committer | 2024-11-13 21:41:04 +0100 | |
commit | 06a77ec72dae88fb10fea2f0eaadb9eae8c0bb36 (patch) | |
tree | 778570bafd4b7eb5f5285c66723cf48ab3735719 /dev-python/cchardet/cchardet-2.1.19.ebuild | |
parent | Rename dev-python/{libpillowfight → pypillowfight} (diff) | |
download | gentoo-06a77ec72dae88fb10fea2f0eaadb9eae8c0bb36.tar.gz gentoo-06a77ec72dae88fb10fea2f0eaadb9eae8c0bb36.tar.bz2 gentoo-06a77ec72dae88fb10fea2f0eaadb9eae8c0bb36.zip |
Rename dev-python/{cchardet → faust-cchardet}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cchardet/cchardet-2.1.19.ebuild')
-rw-r--r-- | dev-python/cchardet/cchardet-2.1.19.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/cchardet/cchardet-2.1.19.ebuild b/dev-python/cchardet/cchardet-2.1.19.ebuild deleted file mode 100644 index 8b20dc4e9371..000000000000 --- a/dev-python/cchardet/cchardet-2.1.19.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=faust-cchardet -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="High speed universal character encoding detector" -HOMEPAGE=" - https://github.com/faust-streaming/cChardet/ - https://pypi.org/project/faust-cchardet/ -" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |