From 320dc352ec7b088d688ed6db3ad44fdff0ac5ac2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 4 Jun 2014 09:23:53 -0400 Subject: cephclient: add main library/client ReST APIs Signed-off-by: Bruce Ashfield --- .../python/python-cephclient_0.1.0.4.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb new file mode 100644 index 0000000..19f7570 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "A client library in python for the Ceph REST API." +HOMEPAGE = "https://github.com/dmsimard/python-cephclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +PR = "r0" + +SRCNAME = "python-cephclient" +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "026aefd497c0426317d951f9a6e6f251" +SRC_URI[sha256sum] = "23ceae1f30238f7f57912422cf9baa43b7c80ed88fc14ec749986eef5f2d6007" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-lxml \ + python-requests \ + python-cython \ + " -- cgit v1.2.3-54-g00ecf