diff options
| author | Thomas Perrot <thomas.perrot@bootlin.com> | 2024-11-20 15:54:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-20 09:32:08 -0800 |
| commit | 02673cbf61cb737026674c697642b3dacb5bb6d0 (patch) | |
| tree | 8ea0f8db777cb56270b993b376a95d74429e7342 /meta-python | |
| parent | 732acb61a122df0532b7e2a9167a3fdec03e2cca (diff) | |
| download | meta-openembedded-02673cbf61cb737026674c697642b3dacb5bb6d0.tar.gz | |
python3-nltk: add a recipe for version 3.9.1
The Natural Language Toolkit (NLTK) is a Python package for
natural language processing.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 8ee1cdc101..262ab1b3d1 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -249,6 +249,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
| 249 | python3-netaddr \ | 249 | python3-netaddr \ |
| 250 | python3-netifaces \ | 250 | python3-netifaces \ |
| 251 | python3-networkx \ | 251 | python3-networkx \ |
| 252 | python3-nltk \ | ||
| 252 | python3-nmap \ | 253 | python3-nmap \ |
| 253 | python3-nocasedict \ | 254 | python3-nocasedict \ |
| 254 | python3-nocaselist \ | 255 | python3-nocaselist \ |
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb new file mode 100644 index 0000000000..464e578ba9 --- /dev/null +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Natural Language Toolkit" | ||
| 2 | DESCRIPTION = "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" | ||
| 5 | HOMEPAGE = "https://www.nltk.org" | ||
| 6 | BUGTRACKER = "https://github.com/nltk/nltk/issues" | ||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | python3-click \ | ||
| 12 | python3-joblib \ | ||
| 13 | python3-tqdm \ | ||
| 14 | python3-regex \ | ||
| 15 | python3-xmlschema \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RRECOMMENDS:${PN} = "\ | ||
| 19 | python3-numpy \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit setuptools3 pypi | ||
| 23 | |||
| 24 | SRC_URI[sha256sum] = "87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868" | ||
