[meta-virtualization] [m-c-s][PATCH] python-xstatic-angular-fileupload: initial version

Mark Asselstine mark.asselstine at windriver.com
Mon Jan 23 13:39:23 PST 2017


This package is required to support the stable/newton version of
python-horizon.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python-xstatic-angular-fileupload_12.0.4.0.bb  | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-fileupload_12.0.4.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-fileupload_12.0.4.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-fileupload_12.0.4.0.bb
new file mode 100644
index 0000000..e4f8212
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-fileupload_12.0.4.0.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Angular Fileupload packaged for setuptools (easy_install) / pip."
+HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-FileUpload"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e634b82c14383ecefd736caa40ed2222"
+
+SRCNAME = "XStatic-Angular-FileUpload"
+SRC_URI = "http://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "1cf48c0204783da2f71efe79039a8468"
+SRC_URI[sha256sum] = "68e66efc4f2ed81438553a54646d5cc67487b05764c0003ff25ae5beb8dae21f"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        python-pip \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list