diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:31 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 505356c3e6bed58832bde39dc5dd60a0988876b1 (patch) | |
| tree | 225ab6d1fb04adc2dff5f450e111ca5177fb20dc /meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb | |
| parent | 81840eef94f560aa8f2365d1ec3ec57993794052 (diff) | |
| download | meta-cloud-services-505356c3e6bed58832bde39dc5dd60a0988876b1.tar.gz | |
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 <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "bootswatch javascript library packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-bootswatch" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRCNAME = "XStatic-bootswatch" | ||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "b7c76560828274bdcfee3f5e6fc5a147" | ||
| 11 | SRC_URI[sha256sum] = "3c018cb0fdf591a520b2832a4ba8d8face633c765f29f9ccca8275b47be8aa94" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
