python3-BeautifulSoup4: update to 4.13.4.

This commit is contained in:
Gonzalo Tornaría 2025-02-25 03:51:48 -03:00 committed by Andrew J. Hesford
parent 72c51a9817
commit 277a8ef5e4

View file

@ -1,10 +1,10 @@
# Template file for 'python3-BeautifulSoup4' # Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4 pkgname=python3-BeautifulSoup4
version=4.12.2 version=4.13.4
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling" hostmakedepends="hatchling"
depends="python3-soupsieve" depends="python3-soupsieve python3-typing_extensions"
checkdepends="$depends python3-pytest python3-html5lib python3-lxml" 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>"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://www.crummy.com/software/BeautifulSoup" homepage="https://www.crummy.com/software/BeautifulSoup"
changelog="https://git.launchpad.net/beautifulsoup/plain/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=492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da checksum=dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE