python3-BeautifulSoup4: rebuild for Python 3.10, update to 4.10.0.

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:16:27 -04:00
parent 4d31629223
commit bb63de6b78

View file

@ -1,22 +1,20 @@
# Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4
version=4.9.3
version=4.10.0
revision=1
wrksrc="beautifulsoup4-${version}"
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/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
checksum=84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25
checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891
do_check() {
:
}
post_install() {
vlicense LICENSE
}