Files
ports/core/python3-lxml/spkgbuild
2019-08-13 22:50:36 +08:00

15 lines
360 B
Plaintext

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