summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-memcached.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-memcached.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-memcached.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcached.inc b/meta-openstack/recipes-devtools/python/python-memcached.inc
new file mode 100644
index 0000000..5acf43c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-memcached.inc
@@ -0,0 +1,21 @@
1SUMMARY = "Pure python memcached client"
2DESCRIPTION = "\
3 This software is a 100% Python interface to the memcached memory cache daemon. \
4 It is the client side software which allows storing values in one or more, possibly remote, \
5 memcached servers. Search google for memcached for more information."
6HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/"
7SECTION = "devel/python"
8LICENSE = "PSF"
9LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e"
10
11PV = "1.57+git${SRCPV}"
12SRCREV = "664bd3e23fe500fbde4c70636e2d24c8fd2f35af"
13
14SRC_URI = "git://github.com/linsomniac/python-memcached.git"
15
16S = "${WORKDIR}/git"
17
18RDEPENDS_${PN} += " \
19 ${PYTHON_PN}-six \
20 "
21