From c6f2c8f876a80a079ab8f602be01daaf9482fb4f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 30 Oct 2024 11:18:38 -0500 Subject: [PATCH] New package: python3-tinyhtml5-2.0.0 --- srcpkgs/python3-tinyhtml5/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-tinyhtml5/template diff --git a/srcpkgs/python3-tinyhtml5/template b/srcpkgs/python3-tinyhtml5/template new file mode 100644 index 00000000000..4b9fa41598c --- /dev/null +++ b/srcpkgs/python3-tinyhtml5/template @@ -0,0 +1,17 @@ +# 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 " +license="MIT" +homepage="https://github.com/CourtBouillon/tinyhtml5" +distfiles="${PYPI_SITE}/t/tinyhtml5/tinyhtml5-${version}.tar.gz" +checksum=086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc + +post_install() { + vlicense LICENSE +}