Files
ports/core/python3-lxml/spkgbuild
2018-04-26 09:44:16 +08:00

16 lines
365 B
Plaintext

# description : Python3 bindings for libxslt and libxml2
# makedepends : python3 libxslt
name=python3-lxml
version=4.2.1
release=1
source=(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
}
md5sum=(c266d9062e23b08f66426979a2b36f51)