python3-{soupsieve,beautifulsoup4}: adopted

This commit is contained in:
John McQuah 2023-03-03 15:39:56 -05:00
parent 9e532b2b18
commit a54edf0370
4 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38AS1Io6GKKcfsbvf7drDYm/le7Mjcc7tNOFU+7OmFSL6jpGmBcKDoUpYa/fmelhoNNtTrkkrlddH+HppgSEwQI=
SHA256 (Pkgfile) = 5c957648c61707ec329c7b2fd590c81706e5849349739639bed9426a1c1a0489
RWSagIOpLGJF39FEXfCPDoYmpkAdPQOmql22dncX5AUwjidKv5LSxw9rKuuzbJj/rETzt0Rylwq6UU/imGuAzhVePWqgF6kIgwY=
SHA256 (Pkgfile) = fdb2836457ed74eb69d52d862e2f5950ce692f439161803d011aa6a7a6d04302
SHA256 (.footprint) = 4a5f1dd3e81049f1b4e20771d4822827dfb439beb1cf01b48061ffe31218fddf
SHA256 (beautifulsoup4-4.11.2.tar.gz) = bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106

View File

@ -1,15 +1,16 @@
# Description: Python HTML/XML Parser.
# URL: https://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: python3-chardet python3-soupsieve
name=python3-beautifulsoup4
_name=${name#*-}
version=4.11.2
release=1
source=(https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-$version.tar.gz)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
build() {
cd ${name#*-}-$version
cd $_name-$version
/usr/bin/python3 setup.py build

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32ULXVY6xstDBn3RWBShaI0z1nLJjE1clsetGvwDbfXLWYVmYMig8D4W3dJNy4iLQAHj/S6WSsVHU7Nuv7pU6gc=
SHA256 (Pkgfile) = 9816597fcd968df8af4ca76f9957dcb26f7ac6e7744f91c1cad6d85b0078e59d
RWSagIOpLGJF32L8R7btIOr9VZBKhEvakSLC+NRCw1IaxzptY128KIETj7ZGa/M0gRiR9Rs1R0CRL+rr7ub9Ry8Iix0N19F2CAY=
SHA256 (Pkgfile) = 696120a0022850333812bb05fb66e716e9c0a008ef3335de16347b146171d46e
SHA256 (.footprint) = 1072036014ec30a579583dc537b5593751801cc5a1fe2ed8f4bcc5034930520d
SHA256 (soupsieve-2.4.tar.gz) = e28dba9ca6c7c00173e34e4ba57448f0688bb681b7c5e8bf4971daafc093d69a

View File

@ -1,6 +1,6 @@
# Description: A CSS4 selector implementation for Beautiful Soup
# URL: https://pypi.python.org/pypi/soupsieve
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: python3-build python3-hatchling python3-installer
name=python3-soupsieve