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

16 lines
371 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libxml2 ve libxslt kitaplıkları için Python3 bağlaması.
2017-09-12 23:11:17 +02:00
# URL: http://lxml.de/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libxslt python3-beautifulsoup4 python3-cssselect
2017-09-12 23:11:17 +02:00
2017-10-28 14:10:23 +02:00
isim=python3-lxml
surum=3.8.0
devir=1
2017-09-12 23:11:17 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://pypi.io/packages/source/l/lxml/lxml-$surum.tar.gz)
2017-09-12 23:11:17 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd lxml-$surum
2017-09-12 23:11:17 +02:00
python3 setup.py install --prefix=/usr --root=$PKG
}