Files
ports/main/python3-lxml/spkgbuild
2023-12-24 08:51:25 +00:00

14 lines
352 B
Plaintext

# 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
}