void-packages/srcpkgs/python3-BeautifulSoup4/template
2021-02-24 02:02:02 -03:00

23 lines
686 B
Bash

# Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4
version=4.9.3
revision=1
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"
changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
checksum=84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25
do_check() {
:
}
post_install() {
vlicense LICENSE
}