All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack
@ 2015-11-05  3:58 Dan McGregor
  2015-11-05  3:58 ` [meta-python][PATCH 2/2] gateone: update to latest git Dan McGregor
  2015-11-05  3:59 ` [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Dan McGregor @ 2015-11-05  3:58 UTC (permalink / raw)
  To: openembedded-devel

From: Dan McGregor <dan.mcgregor@usask.ca>

This recipe is needed for GateOne.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 .../python/python-html5lib_0.999.bb                | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb

diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
new file mode 100644
index 0000000..9ad84e8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation"
+HOMEPAGE = "https://github.com/html5lib/html5lib-python"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
+
+PR = "r0"
+
+SRCNAME = "html5lib"
+SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
+SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        python-pip \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        "
-- 
2.6.2.11.gb05c2f9



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-05  4:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05  3:58 [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack Dan McGregor
2015-11-05  3:58 ` [meta-python][PATCH 2/2] gateone: update to latest git Dan McGregor
2015-11-05  4:03   ` Khem Raj
2015-11-05  4:17     ` Dan McGregor
2015-11-05  3:59 ` [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack Khem Raj
2015-11-05  4:15   ` Dan McGregor

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.