mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python(3)-redis: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
parent
518234dbaa
commit
c938a4d31f
9
meta-python/recipes-devtools/python/python-redis.inc
Normal file
9
meta-python/recipes-devtools/python/python-redis.inc
Normal file
|
|
@ -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"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi
|
||||
require python-redis.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi3
|
||||
require python-redis.inc
|
||||
Loading…
Reference in New Issue
Block a user