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.bb27
1 files changed, 27 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..d9f661b262
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb
@@ -0,0 +1,27 @@
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"
11CVE_STATUS[CVE-2026-0846] = "fixed-version: fixed in 3.9.3"
12
13RDEPENDS:${PN} = "\
14 python3-click \
15 python3-joblib \
16 python3-tqdm \
17 python3-regex \
18 python3-xmlschema \
19"
20
21RRECOMMENDS:${PN} = "\
22 python3-numpy \
23"
24
25inherit setuptools3 pypi
26
27SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f"