mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
# description : Python3 bindings for libxslt and libxml2
|
|
# depends : python3 libxslt
|
|
|
|
name=python3-lxml
|
|
version=4.2.4
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/l/lxml/lxml-$version.tar.gz)
|
|
md5sum=(31239400ca4e130b69993bb3c14204b3)
|
|
|
|
build() {
|
|
cd lxml-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|