summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
blob: ff120a3fc48fe5d36467fc791d2690a8b45863d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Snowball compiler and stemming algorithms"
HOMEPAGE = "https://github.com/snowballstem/snowball"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"

SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"

PYPI_PACKAGE = "snowballstemmer"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"