[meta-virtualization] [m-c-s][PATCH 35/49] python-xstatic-angular-gettext: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:30 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package provides Angular-Gettext javascript library packaged for
setuptools (easy_install) / pip.

This package is required by horizon.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../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



More information about the meta-virtualization mailing list