diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb new file mode 100644 index 0000000000..37cfbce7dc --- /dev/null +++ b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Snowball compiler and stemming algorithms" | ||
2 | HOMEPAGE = "https://github.com/snowballstem/snowball" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | ||
6 | |||
7 | SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895" | ||
8 | |||
9 | PYPI_PACKAGE = "snowballstemmer" | ||
10 | |||
11 | inherit pypi python_setuptools_build_meta | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||