summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-whoosh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-whoosh.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-whoosh.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc
new file mode 100644
index 0000000000..84868f9f8f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-whoosh.inc
@@ -0,0 +1,13 @@
1SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library."
2DESCRIPTION = "\
3Whoosh is a fast, featureful full-text indexing and searching library \
4implemented in pure Python. Programmers can use it to easily add search \
5functionality to their applications and websites. Every part of how \
6Whoosh works can be extended or replaced to meet your needs exactly."
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60"
9
10SRC_URI[md5sum] = "9a0fc2df9335e1d2e81dd84a2c4c416f"
11SRC_URI[sha256sum] = "cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7"
12
13PYPI_PACKAGE = "Whoosh"