diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-23 00:03:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:17 +0100 |
commit | b4f250ba217d21068331d6fd99549ff0e47a886c (patch) | |
tree | 79269aba0ef54f344cea542e71a3af70f64b65e3 /meta-python/recipes-devtools | |
parent | 61684f916bc17284a11535f406e43b66fc86fb46 (diff) | |
download | meta-openembedded-b4f250ba217d21068331d6fd99549ff0e47a886c.tar.gz |
python(3)-whoosh: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
3 files changed, 17 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 000000000..84868f9f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-whoosh.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library." | ||
2 | DESCRIPTION = "\ | ||
3 | Whoosh is a fast, featureful full-text indexing and searching library \ | ||
4 | implemented in pure Python. Programmers can use it to easily add search \ | ||
5 | functionality to their applications and websites. Every part of how \ | ||
6 | Whoosh works can be extended or replaced to meet your needs exactly." | ||
7 | LICENSE = "BSD" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60" | ||
9 | |||
10 | SRC_URI[md5sum] = "9a0fc2df9335e1d2e81dd84a2c4c416f" | ||
11 | SRC_URI[sha256sum] = "cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7" | ||
12 | |||
13 | PYPI_PACKAGE = "Whoosh" | ||
diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb new file mode 100644 index 000000000..79d097cf5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi | ||
2 | require python-whoosh.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb new file mode 100644 index 000000000..91f701802 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi3 | ||
2 | require python-whoosh.inc | ||