# Template file for 'python3-soupsieve'
pkgname=python3-soupsieve
version=2.8.3
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest python3-lxml python3-html5lib
 python3-BeautifulSoup4"
short_desc="CSS4 selector implementation for Python3 Beautiful Soup"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://facelessuser.github.io/soupsieve/"
changelog="https://raw.githubusercontent.com/facelessuser/soupsieve/refs/heads/main/docs/src/markdown/about/changelog.md"
distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz"
checksum=3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349

post_install() {
	vlicense LICENSE.md
}
