void-packages/srcpkgs/python3-BeautifulSoup4/template

21 lines
705 B
Bash

# Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4
version=4.12.2
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-soupsieve"
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=492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da
post_install() {
vlicense LICENSE
rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
}