dev-python/cchardet: drop 2.1.6

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-15 00:51:05 +02:00
parent 2543c50b1e
commit f00979ebf1
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST cchardet-2.1.6.tar.gz 653913 BLAKE2B 42dc65af2c25fef8447f0fbdb1f2fd35f0a4e2fe4aec2b65b18039143ce941ec958b52a1891c0b35eeb020151188336c96feebe3fc5ac6004538ca3844e1f060 SHA512 202c9460ddb4e8ae9435308d17e4066fa9ff389bfdce49fe86e01257bd1d9904e57cfb060e262947b339a8ab09cc4758e2a193a7082da2662645d4f4267ba02c
DIST cchardet-2.1.7.tar.gz 653617 BLAKE2B 0ca9becac01c67da191290c7de0dc52d5c8e6c2715f660811c8e67d9a06e74ac155a081de81af96ade74ccc4065093fc226f232a26f66236fafe9fc1b48a9c9e SHA512 43e663e30ec079b2a954862de5e8136a2e40f69e300d65eb4ce9d7ffa5d8c496dc7c0937b3306b4096cfad12a1d0617628f8f0115534ab6faf9eb39d2b3935a2

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="cChardet is high speed universal character encoding detector"
HOMEPAGE="https://github.com/PyYoshi/cChardet"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
"
#bundled ...
# app-i18n/uchardet
DEPEND="
${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
"
distutils_enable_tests nose
#src_prepare() {
# append-cppflags "-I/usr/include/uchardet"
#bundled uchardet
# rm -rf src/ext/uchardet || die
# default
#}
python_test() {
esetup.py nosetests || die "Tests fail with ${EPYTHON}"
}