xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Snowball compiler and stemming algorithms"
2HOMEPAGE = "https://github.com/snowballstem/snowball"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
6
7SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"
8
9PYPI_PACKAGE = "snowballstemmer"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"
14