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

16 lines
458 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 Python3 kitaplığı.
# URL: http://pypi.python.org/pypi/cssselect
# Paketçi: milisarge
# Gerekler: python3
name=python3-cssselect
version=1.0.1
release=1
source=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$version.tar.gz)
derle() {
cd cssselect-$version
python3 setup.py install --prefix=/usr --root=$PKG
}