mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
# description : Python2 bindings for libxslt and libxml2
|
|
# depends : python2 libxslt
|
|
|
|
name=python2-lxml
|
|
version=4.9.1
|
|
release=1
|
|
source="https://files.pythonhosted.org/packages/source/l/lxml/lxml-$version.tar.gz"
|
|
|
|
build() {
|
|
cd lxml-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|