void-packages/srcpkgs/python3-BeautifulSoup4/template
2025-05-12 15:41:06 -04:00

20 lines
731 B
Bash

# Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4
version=4.13.4
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-soupsieve python3-typing_extensions"
checkdepends="$depends python3-pytest python3-html5lib python3-lxml"
short_desc="Python3 HTML/XML parser"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.crummy.com/software/BeautifulSoup"
changelog="https://git.launchpad.net/beautifulsoup/plain/CHANGELOG"
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
checksum=dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195
post_install() {
vlicense LICENSE
rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
}