summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb
blob: d9f661b262527c9944d0b7ec86c1ed5e7f678e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "Natural Language Toolkit"
DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
               with human language data. It provides easy-to-use interfaces to \
               over 50 corpora and lexical resources such as WordNet"
HOMEPAGE = "https://www.nltk.org"
BUGTRACKER = "https://github.com/nltk/nltk/issues"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"

CVE_PRODUCT = "nltk"
CVE_STATUS[CVE-2026-0846] = "fixed-version: fixed in 3.9.3"

RDEPENDS:${PN} = "\
    python3-click \
    python3-joblib \
    python3-tqdm \
    python3-regex \
    python3-xmlschema \
"

RRECOMMENDS:${PN} = "\
    python3-numpy \
"

inherit setuptools3 pypi

SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f"