diff --git a/srcpkgs/python3-cssselect2/template b/srcpkgs/python3-cssselect2/template new file mode 100644 index 00000000000..ef571a9fad4 --- /dev/null +++ b/srcpkgs/python3-cssselect2/template @@ -0,0 +1,19 @@ +# Template file for 'python3-cssselect2' +pkgname=python3-cssselect2 +version=0.7.0 +revision=1 +build_style=python3-pep517 +_runtime_deps="python3-tinycss2 python3-webencodings" +hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}" +depends="${_runtime_deps}" +checkdepends="python3-pytest $depends" +short_desc="CSS selectors for Python ElementTree" +maintainer="Andrew Benson " +license="BSD-3-Clause" +homepage="https://doc.courtbouillon.org/cssselect2/stable/" +distfiles="https://github.com/Kozea/cssselect2/archive/refs/tags/${version}.tar.gz" +checksum=4fffdffcb7d7e7784c337d75e14399a9af4d0b9d91addc66c869f9482aa6ceaf + +post_intall() { + vlicense LICENSE +}