From 98fd94384aa99ac4883de0c816a847836fe50046 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 14:01:13 -0400 Subject: xstatic-jquery: introduce to meet horizon (juno) dependencies Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jquery_1.10.2.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb new file mode 100644 index 0000000..26feb99 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." +HOMEPAGE = "http://jquery.com/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" + +PR = "r0" + +SRCNAME = "XStatic-jQuery" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "7a29efeab6961ef00ea2272c923f4503" +SRC_URI[sha256sum] = "83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf