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

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:47:59 UTC 2016


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

commit 4bbc1d068d2d2afc30fc1e735ff74d13cb0dc96c
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Fri Jan 22 23:38:52 2016 +0100

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

diff --git a/meta-python/recipes-devtools/python/python-redis.inc b/meta-python/recipes-devtools/python/python-redis.inc
new file mode 100644
index 0000000..e64f041
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-redis.inc
@@ -0,0 +1,9 @@
+SUMMARY = "Python client for Redis key-value store"
+DESCRIPTION = "The Python interface to the Redis key-value store."
+HOMEPAGE = "http://github.com/andymccurdy/redis-py"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
+PR = "r0"
+
+SRC_URI[md5sum] = "3b26c2b9703b4b56b30a1ad508e31083"
+SRC_URI[sha256sum] = "5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533"
diff --git a/meta-python/recipes-devtools/python/python-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python-redis_2.10.5.bb
new file mode 100644
index 0000000..6cb5288
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-redis_2.10.5.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-redis.inc
diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb
new file mode 100644
index 0000000..59c4803
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-redis.inc

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


More information about the Openembedded-commits mailing list