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

16 lines
448 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: CSS3 Seçicilerini ayrıştıran ve XPath 1.0'a çeviren bir Python2 kitaplığı.
# URL: http://pypi.python.org/pypi/cssselect
# Paketçi: milisarge
# Gerekler: python
isim=python-cssselect
surum=1.0.1
devir=1
kaynak=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$surum.tar.gz)
derle() {
cd cssselect-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}