[oe-commits] [meta-openembedded] 32/35: python(3)-whoosh: add recipes

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:48:07 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6f2a75df0a8d2c6e8c3956d4f3d00e073698f550
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Sat Jan 23 00:03:07 2016 +0100

    python(3)-whoosh: add recipes
    
    Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
 meta-python/recipes-devtools/python/python-whoosh.inc       | 13 +++++++++++++
 meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb  |  2 ++
 meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb |  2 ++
 3 files changed, 17 insertions(+)

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 0000000..84868f9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-whoosh.inc
@@ -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"
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 0000000..79d097c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb
@@ -0,0 +1,2 @@
+inherit pypi
+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 0000000..91f7018
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-whoosh.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list