# Copyright owners: Gentoo Foundation # Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="5-progress" PYTHON_MULTIPLE_ABIS="1" inherit distutils DESCRIPTION="Universal encoding detector for Python 2 and 3" HOMEPAGE="https://chardet.github.io/ https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="*" IUSE="" DEPEND="$(python_abi_depend dev-python/setuptools)" RDEPEND="${DEPEND}"