16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
}
|