void-packages/srcpkgs/python3-tinyhtml5/template

18 lines
566 B
Bash

# Template file for 'python3-tinyhtml5'
pkgname=python3-tinyhtml5
version=2.0.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=086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc
post_install() {
vlicense LICENSE
}