19 lines
626 B
Bash
19 lines
626 B
Bash
# Template file for 'python3-html5lib'
|
|
pkgname=python3-html5lib
|
|
version=1.1
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-webencodings"
|
|
short_desc="Python3 HTML parser based on the WHATWG HTML5 specification"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/html5lib/html5lib-python"
|
|
distfiles="${PYPI_SITE}/h/html5lib/html5lib-${version}.tar.gz"
|
|
checksum=b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f
|
|
make_check=no # tests fail, should be fixed upstream in a new release
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|