summaryrefslogtreecommitdiff
path: root/python3-lxml/Pkgfile
blob: e2c53c7a20b60bef704c501bd6d15aa65d671894 (plain)
    1 # Description: A pythonic binding for the libxml2 and libxslt libraries.
    2 # URL: https://lxml.de/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-beautifulsoup4 python3-cssselect python3-cython python3-html5lib libxslt
    5 
    6 name=python3-lxml
    7 version=4.6.2
    8 release=1
    9 source=(https://pypi.python.org/packages/source/l/lxml/lxml-$version.tar.gz)
   10 
   11 
   12 build() {
   13 	cd ${name#*-}-$version
   14 
   15 	/usr/bin/python3 setup.py build
   16 
   17 	/usr/bin/python3 setup.py install \
   18 		--prefix=/usr --root=$PKG --optimize=1
   19 }

Generated by cgit