forked from ports/contrib
python3-html5lib: adopted port
This commit is contained in:
parent
f6202c6412
commit
3ca2b62f00
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF352wI/KtDLokGO0t/PpKiYu0nzquo2+urr8x3sJKbAHZyox7d7GS422AXBZhYVT3D+tYoqQLC9Hdfg3E9a9+hgw=
|
RWSagIOpLGJF3xgxeNF5x8uSTmYDxVDB3jITJLdsdkupgehunR+9rbsU8UmfCZt1/w/i7tc6Gz0JGX6CVNdF5iPvda6GbYgQbgw=
|
||||||
SHA256 (Pkgfile) = b72e8e987e5730ed42b3268ec0cd118641a332a20e96c7072f7b6e1fcd8d0acf
|
SHA256 (Pkgfile) = 0e1684b2b8a0046dbe057e2fabb6935c5247be684822caf5bb93226bb549a014
|
||||||
SHA256 (.footprint) = 8b448aa36cd59631a3bb6cd3d10c4432f8e8f8f0178d81a026cd5b041e3ee37e
|
SHA256 (.footprint) = 8b448aa36cd59631a3bb6cd3d10c4432f8e8f8f0178d81a026cd5b041e3ee37e
|
||||||
SHA256 (html5lib-python-1.1.tar.gz) = 66e9e24a53c10c27abb6be8a3cf2cf55824c6ea1cef8570a633cb223ec46e894
|
SHA256 (html5lib-python-1.1.tar.gz) = 66e9e24a53c10c27abb6be8a3cf2cf55824c6ea1cef8570a633cb223ec46e894
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Description: A Python HTML parser/tokenizer based on the WHATWG HTML5 spec.
|
# Description: A Python HTML parser/tokenizer based on the WHATWG HTML5 spec.
|
||||||
# URL: https://github.com/html5lib/html5lib-python
|
# URL: https://github.com/html5lib/html5lib-python
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
# Depends on: python3-setuptools python3-webencodings
|
# Depends on: python3-six python3-webencodings
|
||||||
|
|
||||||
name=python3-html5lib
|
name=python3-html5lib
|
||||||
version=1.1
|
version=1.1
|
||||||
@ -9,10 +9,10 @@ release=2
|
|||||||
source=(https://github.com/html5lib/html5lib-python/archive/$version/html5lib-python-$version.tar.gz)
|
source=(https://github.com/html5lib/html5lib-python/archive/$version/html5lib-python-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
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 \
|
/usr/bin/python3 setup.py install \
|
||||||
--prefix=/usr --root=$PKG --optimize=1
|
--prefix=/usr --root=$PKG --optimize=1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user