python3-BeautifulSoup4: update to 4.12.2.

This commit is contained in:
Gonzalo Tornaría 2023-05-24 12:59:09 -03:00 committed by Andrew J. Hesford
parent ac31d69953
commit b75333eb09

View file

@ -1,18 +1,18 @@
# Template file for 'python3-BeautifulSoup4' # Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4 pkgname=python3-BeautifulSoup4
version=4.11.1 version=4.12.2
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="hatchling"
depends="python3 python3-soupsieve" depends="python3-soupsieve"
checkdepends="python3-pytest $depends" checkdepends="$depends python3-pytest python3-html5lib python3-lxml"
short_desc="Python3 HTML/XML parser" short_desc="Python3 HTML/XML parser"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://www.crummy.com/software/BeautifulSoup" homepage="https://www.crummy.com/software/BeautifulSoup"
changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG" changelog="https://git.launchpad.net/beautifulsoup/plain/CHANGELOG"
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693 checksum=492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE