summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-06-04 09:22:47 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-04 09:22:47 -0400
commit1fb926054190f82c2a24fa7509d0874a365f5ae6 (patch)
tree8919d83ea76da26b261ebcbfcf18cd2f41f1eb43 /meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
parenta38dfe2638065b58b2cc11bf914356223fddf402 (diff)
downloadmeta-cloud-services-1fb926054190f82c2a24fa7509d0874a365f5ae6.tar.gz
cephclient: add supporting library python-html5lib
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb b/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
new file mode 100644
index 0000000..9ad84e8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation"
2HOMEPAGE = "https://github.com/html5lib/html5lib-python"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
6
7PR = "r0"
8
9SRCNAME = "html5lib"
10SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
13SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "