From a38dfe2638065b58b2cc11bf914356223fddf402 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 4 Jun 2014 09:21:42 -0400 Subject: cephclient: add supporting library python-cssselect Signed-off-by: Bruce Ashfield --- .../python/python-cssselect_0.9.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb new file mode 100644 index 0000000..16a0167 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" +HOMEPAGE = "http://packages.python.org/cssselect/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" + +PR = "r0" + +SRCNAME = "cssselect" +SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac" +SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf