summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-html5lib_0.999.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-html5lib_0.999.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
index f90630c9f..69777e440 100644
--- a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
+++ b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
@@ -1,15 +1,8 @@
1SUMMARY = "HTML parser based on the WHATWG HTML specifcation" 1SUMMARY = "HTML parser based on the WHATWG HTML specifcation"
2HOMEPAGE = "https://github.com/html5lib/html5lib-python"
3SECTION = "devel/python"
4LICENSE = "MIT" 2LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
6 4
7SRCNAME = "html5lib"
8SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8" 5SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
11SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e" 6SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
12 7
13S = "${WORKDIR}/${SRCNAME}-${PV}" 8inherit pypi setuptools
14
15inherit setuptools