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

16 lines
450 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: CSS3 Seçicilerini ayrıştıran ve XPath 1.0'a çeviren bir Python3 kitaplığı.
2017-09-12 23:11:17 +02:00
# URL: http://pypi.python.org/pypi/cssselect
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python3
2017-09-12 23:11:17 +02:00
2017-10-28 14:10:23 +02:00
isim=python3-cssselect
surum=1.0.1
devir=1
2017-09-12 23:11:17 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$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 cssselect-$surum
2017-09-12 23:11:17 +02:00
python3 setup.py install --prefix=/usr --root=$PKG
}