# Template file for 'python3-soupsieve' pkgname=python3-soupsieve version=2.3.2 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="Aluísio Augusto Silva Gonçalves " license="MIT" homepage="https://facelessuser.github.io/soupsieve/" distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz" checksum=0bcc6d7432153063e3df09c3ac9442af3eba488715bfcad6a4c38ccb2a523124 post_install() { vlicense LICENSE.md # Remove tests outside of the namespace rm -rf ${DESTDIR}/${py3_sitelib}/tests }