mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
python3-snowballstemmer: Add new recipe
Add a recipe needed for sphinx support Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: 95e0813b372b3a12c3b24731345df3db2068110b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user