guru/dev-python/langdetect/langdetect-1.0.9.ebuild
Anna (cybertailor) Vyalkova 13c5c504aa
dev-python/langdetect: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-03-31 10:51:48 +05:00

23 lines
501 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Port of Google's language-detection library to Python"
HOMEPAGE="
https://pypi.org/project/langdetect/
https://github.com/Mimino666/langdetect
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
distutils_enable_tests unittest