milis/talimatname/genel/p/python3-lxml/talimat

16 lines
371 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}