From 3ca2b62f00e0739494b6f1fb497a832feef74d82 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:20:15 +0200 Subject: [PATCH] python3-html5lib: adopted port --- python3-html5lib/.signature | 4 ++-- python3-html5lib/Pkgfile | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/python3-html5lib/.signature b/python3-html5lib/.signature index c75d24535..b6b8bf00a 100644 --- a/python3-html5lib/.signature +++ b/python3-html5lib/.signature @@ -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 diff --git a/python3-html5lib/Pkgfile b/python3-html5lib/Pkgfile index ad7529b46..961ca5459 100644 --- a/python3-html5lib/Pkgfile +++ b/python3-html5lib/Pkgfile @@ -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 }