Files
ports/main/python3-lxml/spkgbuild
2023-07-07 07:42:07 +00:00

14 lines
352 B
Plaintext

# description : Python3 bindings for libxslt and libxml2
# depends : python3-setuptools libxslt
name=python3-lxml
version=4.9.3
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
}