From: Mark Asselstine <[email protected]> This package provides Angular-Gettext javascript library packaged for setuptools (easy_install) / pip.
This package is required by horizon. Signed-off-by: Mark Asselstine <[email protected]> --- .../python-xstatic-angular-gettext_2.1.0.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-gettext_2.1.0.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-gettext_2.1.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-gettext_2.1.0.2.bb new file mode 100644 index 0000000..0f270b2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-gettext_2.1.0.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Angular-Gettext javascript library packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Gettext" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=46d1a7b9d85c18f6acc979ab4e2ae6d9" + +SRCNAME = "XStatic-Angular-Gettext" +SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "371919adc1c6d6a45085f8a006b44efa" +SRC_URI[sha256sum] = "c0745f433bb2f87d8222cdd65690c9089f5128c736309c3bc8d689aec39fa493" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
