summaryrefslogtreecommitdiff
path: root/dev-python/langdetect
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
commit33751691cbbd33164fff39b18034900e9011ac8d (patch)
tree02594c82ee61bd22b4b0ecf5f51656e9b74e6dab /dev-python/langdetect
parentfa16111439b25627241930f98ed8703aebc92e42 (diff)
downloadbaldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.gz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.xz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.zip
Adding metadata
Diffstat (limited to 'dev-python/langdetect')
-rw-r--r--dev-python/langdetect/langdetect-1.0.9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild
index 007e10668b8c..5777e5514d2b 100644
--- a/dev-python/langdetect/langdetect-1.0.9.ebuild
+++ b/dev-python/langdetect/langdetect-1.0.9.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Port of Google's language-detection library to Python"
@@ -13,7 +14,7 @@ HOMEPAGE="
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"