diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | d4890f39b1692cd76799a7bdb1bdb253ca1707bf (patch) | |
| tree | c8f432df62d2ada3e42f40c6a875c281de688eeb /meta-openstack/recipes-devtools | |
| parent | 505356c3e6bed58832bde39dc5dd60a0988876b1 (diff) | |
| download | meta-cloud-services-d4890f39b1692cd76799a7bdb1bdb253ca1707bf.tar.gz | |
python-xstatic-mdi: initial version
This package provides a mdi javascript library packaged for setuptools
(easy_install) / pip.
This package is required by horizon.
We had to add the CC-BY-4.0 license file which this package is
licensed under, and add the licenses dir to LICENSE_PATH.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb new file mode 100644 index 0000000..840f538 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "mdi javascript library packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-mdi" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "CC-BY-4.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f056788d254e428803e2d2a93e6a510d" | ||
| 6 | |||
| 7 | SRCNAME = "XStatic-mdi" | ||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "41a92868ff0fcbd86a912ca974b995bd" | ||
| 11 | SRC_URI[sha256sum] = "" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
