summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb')
-rw-r--r--meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb
new file mode 100644
index 0000000000..8953b75b28
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Natural Language Toolkit"
2DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
3 with human language data. It provides easy-to-use interfaces to \
4 over 50 corpora and lexical resources such as WordNet"
5HOMEPAGE = "https://www.nltk.org"
6BUGTRACKER = "https://github.com/nltk/nltk/issues"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10CVE_PRODUCT = "nltk"
11
12RDEPENDS:${PN} = "\
13 python3-click \
14 python3-joblib \
15 python3-tqdm \
16 python3-regex \
17 python3-xmlschema \
18"
19
20RRECOMMENDS:${PN} = "\
21 python3-numpy \
22"
23
24inherit setuptools3 pypi
25
26SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f"