* update python-beautifulsoup4 to 4.12.3-3

This commit is contained in:
Alexander Baldeck 2024-12-05 23:19:52 +01:00
parent 318a19ea3f
commit 8772260b1b
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,22 @@
pkgbase = python-beautifulsoup4
pkgdesc = A Python HTML/XML parser designed for quick turnaround projects like screen-scraping
pkgver = 4.12.3
pkgrel = 3
url = https://www.crummy.com/software/BeautifulSoup/
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python
depends = python-soupsieve
optdepends = python-cchardet: alternative to autodetect character encodings
optdepends = python-chardet: to autodetect character encodings
optdepends = python-lxml: alternative HTML parser
optdepends = python-html5lib: alternative HTML parser
source = python-beautifulsoup4-4.12.3.tar.gz::https://www.crummy.com/software/BeautifulSoup/bs4/download/4.12/beautifulsoup4-4.12.3.tar.gz
sha512sums = b5b6cc9f64a97fa52b9a2ee1265aa215db476e705d3d79e49301de7e8d36c56c96924cb440eec0715f7ec75c5ddf4c1ade9d6cef7cdc9bf9e37125ac6eb50837
b2sums = dac85b2d56ad1d2faf040def2141cb7a7ca68def7fc48fab18e11c23878795fcecfdd43058e70229e014e23e67f56a55160aa4ba08bab4b3d955bd10a07c8168
pkgname = python-beautifulsoup4

View File

@ -0,0 +1,3 @@
[python-beautifulsoup4]
source = "pypi"
pypi = "beautifulsoup4"

View File

@ -7,7 +7,7 @@
pkgname=python-beautifulsoup4
_pkgname="${pkgname#python-}"
pkgver=4.12.3
pkgrel=2
pkgrel=3
pkgdesc='A Python HTML/XML parser designed for quick turnaround projects like screen-scraping'
arch=(any)
url='https://www.crummy.com/software/BeautifulSoup/'