mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
352 B
Plaintext
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
|
|
}
|