21 lines
714 B
Bash
21 lines
714 B
Bash
# Template file for 'python3-BeautifulSoup4'
|
|
pkgname=python3-BeautifulSoup4
|
|
version=4.11.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-soupsieve"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Python3 HTML/XML parser"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.crummy.com/software/BeautifulSoup"
|
|
changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
|
checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
|
|
}
|