diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-memcached.inc | 21 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-memcached_git.bb | 24 |
2 files changed, 23 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcached.inc b/meta-openstack/recipes-devtools/python/python-memcached.inc deleted file mode 100644 index 5acf43c..0000000 --- a/meta-openstack/recipes-devtools/python/python-memcached.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "Pure python memcached client" | ||
| 2 | DESCRIPTION = "\ | ||
| 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." | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "PSF" | ||
| 9 | LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" | ||
| 10 | |||
| 11 | PV = "1.57+git${SRCPV}" | ||
| 12 | SRCREV = "664bd3e23fe500fbde4c70636e2d24c8fd2f35af" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | ${PYTHON_PN}-six \ | ||
| 20 | " | ||
| 21 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb index de96734..a129725 100644 --- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb | |||
| @@ -1,2 +1,24 @@ | |||
| 1 | require python-memcached.inc | 1 | SUMMARY = "Pure python memcached client" |
| 2 | DESCRIPTION = "\ | ||
| 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." | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "PSF" | ||
| 9 | LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" | ||
| 10 | |||
| 11 | PV = "1.59+git${SRCPV}" | ||
| 12 | SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 2 | inherit setuptools3 | 18 | inherit setuptools3 |
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | ${PYTHON_PN}-six \ | ||
| 22 | ${PYTHON_PN}-pickle \ | ||
| 23 | " | ||
| 24 | |||
