# Template file for 'python3-cssselect2'
pkgname=python3-cssselect2
version=0.9.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 <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://doc.courtbouillon.org/cssselect2/stable/"
distfiles="https://github.com/Kozea/cssselect2/archive/refs/tags/${version}.tar.gz"
checksum=1ee2881663089c3bcda93eec44612027e02d2af1721b9b1c84fe48f48d742f51

post_intall() {
	vlicense LICENSE
}
