diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-html5lib_0.999.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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.bb | 9 |
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 f90630c9f8..69777e4406 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 @@ | |||
| 1 | SUMMARY = "HTML parser based on the WHATWG HTML specifcation" | 1 | SUMMARY = "HTML parser based on the WHATWG HTML specifcation" |
| 2 | HOMEPAGE = "https://github.com/html5lib/html5lib-python" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" |
| 6 | 4 | ||
| 7 | SRCNAME = "html5lib" | ||
| 8 | SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8" | 5 | SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8" |
| 11 | SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e" | 6 | SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e" |
| 12 | 7 | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 8 | inherit pypi setuptools |
| 14 | |||
| 15 | inherit setuptools | ||
