diff options
Diffstat (limited to 'recipes-devtools/python/python-redis_2.10.3.bb')
-rw-r--r-- | recipes-devtools/python/python-redis_2.10.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-redis_2.10.3.bb b/recipes-devtools/python/python-redis_2.10.3.bb new file mode 100644 index 00000000..9eda8a5c --- /dev/null +++ b/recipes-devtools/python/python-redis_2.10.3.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | HOMEPAGE = "https://pypi.python.org/pypi/redis/" | ||
2 | SUMMARY = "Python client for Redis key-value store" | ||
3 | DESCRIPTION = "The Python interface to the Redis key-value store." | ||
4 | SECTION = "devel/python" | ||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" | ||
7 | |||
8 | PR = "r0" | ||
9 | SRCNAME = "redis" | ||
10 | |||
11 | SRC_URI = "https://pypi.python.org/packages/source/r/redis/${SRCNAME}-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "7619221ad0cbd124a5687458ea3f5289" | ||
14 | SRC_URI[sha256sum] = "a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9c4019c" | ||
15 | |||
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
17 | |||
18 | inherit setuptools | ||
19 | |||
20 | RDEPENDS_${PN} = "redis" | ||