python3-html5lib: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 09:20:15 +02:00
parent f6202c6412
commit 3ca2b62f00
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF352wI/KtDLokGO0t/PpKiYu0nzquo2+urr8x3sJKbAHZyox7d7GS422AXBZhYVT3D+tYoqQLC9Hdfg3E9a9+hgw=
SHA256 (Pkgfile) = b72e8e987e5730ed42b3268ec0cd118641a332a20e96c7072f7b6e1fcd8d0acf
RWSagIOpLGJF3xgxeNF5x8uSTmYDxVDB3jITJLdsdkupgehunR+9rbsU8UmfCZt1/w/i7tc6Gz0JGX6CVNdF5iPvda6GbYgQbgw=
SHA256 (Pkgfile) = 0e1684b2b8a0046dbe057e2fabb6935c5247be684822caf5bb93226bb549a014
SHA256 (.footprint) = 8b448aa36cd59631a3bb6cd3d10c4432f8e8f8f0178d81a026cd5b041e3ee37e
SHA256 (html5lib-python-1.1.tar.gz) = 66e9e24a53c10c27abb6be8a3cf2cf55824c6ea1cef8570a633cb223ec46e894

View File

@ -1,7 +1,7 @@
# Description: A Python HTML parser/tokenizer based on the WHATWG HTML5 spec.
# URL: https://github.com/html5lib/html5lib-python
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools python3-webencodings
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-six python3-webencodings
name=python3-html5lib
version=1.1
@ -9,10 +9,10 @@ release=2
source=(https://github.com/html5lib/html5lib-python/archive/$version/html5lib-python-$version.tar.gz)
build() {
cd html5lib-python-$version
cd html5lib-python-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--prefix=/usr --root=$PKG --optimize=1
/usr/bin/python3 setup.py install \
--prefix=/usr --root=$PKG --optimize=1
}