2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Libxml2 ve libxslt kitaplıkları için Python3 bağlaması.
|
|
|
|
|
# URL: http://lxml.de/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libxslt python3-beautifulsoup4 python3-cssselect
|
2018-08-01 09:10:33 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-lxml
|
|
|
|
|
surum=3.8.0
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://pypi.io/packages/source/l/lxml/lxml-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd lxml-$surum
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|