mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python(3)-whoosh: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
parent
61684f916b
commit
b4f250ba21
13
meta-python/recipes-devtools/python/python-whoosh.inc
Normal file
13
meta-python/recipes-devtools/python/python-whoosh.inc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library."
|
||||
DESCRIPTION = "\
|
||||
Whoosh is a fast, featureful full-text indexing and searching library \
|
||||
implemented in pure Python. Programmers can use it to easily add search \
|
||||
functionality to their applications and websites. Every part of how \
|
||||
Whoosh works can be extended or replaced to meet your needs exactly."
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60"
|
||||
|
||||
SRC_URI[md5sum] = "9a0fc2df9335e1d2e81dd84a2c4c416f"
|
||||
SRC_URI[sha256sum] = "cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7"
|
||||
|
||||
PYPI_PACKAGE = "Whoosh"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi
|
||||
require python-whoosh.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi3
|
||||
require python-whoosh.inc
|
||||
Loading…
Reference in New Issue
Block a user