diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-22 23:38:52 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:16 +0100 |
commit | c938a4d31fc160c974a5eecada3b7c4dedf4dd70 (patch) | |
tree | 23a5ca2e44feabe1e4684e4bc6a2b5b9907b08b9 /meta-python/recipes-devtools/python/python-redis.inc | |
parent | 518234dbaabb57338166cbcaa8af163d9eb14ef6 (diff) | |
download | meta-openembedded-c938a4d31fc160c974a5eecada3b7c4dedf4dd70.tar.gz |
python(3)-redis: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-redis.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-redis.inc | 9 |
1 files changed, 9 insertions, 0 deletions
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 0000000000..e64f0410a3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-redis.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Python client for Redis key-value store" | ||
2 | DESCRIPTION = "The Python interface to the Redis key-value store." | ||
3 | HOMEPAGE = "http://github.com/andymccurdy/redis-py" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI[md5sum] = "3b26c2b9703b4b56b30a1ad508e31083" | ||
9 | SRC_URI[sha256sum] = "5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533" | ||