From 0b712214df95d079962cb5682ca75924c9c86ffc Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:33 -0500 Subject: python-xstatic-roboto-fontface: initial version A simple package providing the Roboto fontface. This package is required by horizon. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python-xstatic-roboto-fontface_0.4.3.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb new file mode 100644 index 0000000..cba2389 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A simple package providing the Roboto fontface." +HOMEPAGE = "https://github.com/choffmeister/roboto-fontface-bower" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7eeeb6915ae97fbbac6282f36b6fcaaa" + +SRCNAME = "XStatic-roboto-fontface" +SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "2a19734d8e08bbe1413f37e703e288f8" +SRC_URI[sha256sum] = "e539aa991300d8ee09ee557d3cab1066237806e365ceaf868084777379e307a5" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf