From 505356c3e6bed58832bde39dc5dd60a0988876b1 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:31 -0500 Subject: python-xstatic-bootswatch: initial version This package provides a bootswatch javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-bootswatch_3.3.5.3.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb b/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb new file mode 100644 index 0000000..a0a0ecc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "bootswatch javascript library packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-bootswatch" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRCNAME = "XStatic-bootswatch" +SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "b7c76560828274bdcfee3f5e6fc5a147" +SRC_URI[sha256sum] = "3c018cb0fdf591a520b2832a4ba8d8face633c765f29f9ccca8275b47be8aa94" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf