summaryrefslogtreecommitdiff
path: root/python3-html5lib/Pkgfile
blob: ad7529b46e66775e7acaaf51e1616160ec323b08 (plain)
    1 # Description: A Python HTML parser/tokenizer based on the WHATWG HTML5 spec.
    2 # URL: https://github.com/html5lib/html5lib-python
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools python3-webencodings
    5 
    6 name=python3-html5lib
    7 version=1.1
    8 release=2
    9 source=(https://github.com/html5lib/html5lib-python/archive/$version/html5lib-python-$version.tar.gz)
   10 
   11 build() {
   12 	cd html5lib-python-$version
   13 
   14 	/usr/bin/python3 setup.py build
   15 
   16 	/usr/bin/python3 setup.py install \
   17 		--prefix=/usr --root=$PKG --optimize=1
   18 }

Generated by cgit