# Template file for 'python3-tinyhtml5'
pkgname=python3-tinyhtml5
version=2.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
depends="python3-webencodings"
short_desc="HTML parser based on the WHATWG HTML specification"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/CourtBouillon/tinyhtml5"
distfiles="${PYPI_SITE}/t/tinyhtml5/tinyhtml5-${version}.tar.gz"
checksum=60a50ec3d938a37e491efa01af895853060943dcebb5627de5b10d188b338a67

post_install() {
	vlicense LICENSE
}
