21 lines
594 B
Bash
21 lines
594 B
Bash
# Template file for 'python3-BeautifulSoup4'
|
|
pkgname=python3-BeautifulSoup4
|
|
version=4.8.2
|
|
revision=3
|
|
wrksrc="beautifulsoup4-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-soupsieve"
|
|
short_desc="Python3 HTML/XML parser"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.crummy.com/software/BeautifulSoup"
|
|
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
|
checksum=05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a
|
|
|
|
do_check() {
|
|
:
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|