# description : Python3 bindings for libxslt and libxml2 # depends : python3-setuptools libxslt name=python3-lxml version=4.9.4 release=1 source="$name-$version.tar.gz::https://files.pythonhosted.org/packages/source/l/lxml/lxml-$version.tar.gz" build() { cd lxml-$version python3 setup.py build python3 setup.py install --root=$PKG --optimize=1 }