All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] python-xstatic-angular-fileupload: initial version
@ 2017-01-23 21:39 Mark Asselstine
  0 siblings, 0 replies; only message in thread
From: Mark Asselstine @ 2017-01-23 21:39 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

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

Signed-off-by: Mark Asselstine <mark.asselstine@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-23 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 21:39 [m-c-s][PATCH] python-xstatic-angular-fileupload: initial version Mark Asselstine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.