2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-15 15:39:08 +02:00
|
|
|
|
# Gerekler: python3 python3-setuptools
|
2018-08-01 08:51:50 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-cssselect
|
2018-08-15 15:39:08 +02:00
|
|
|
|
surum=1.0.3
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
|
|
|
|
|
2018-08-15 15:39:08 +02:00
|
|
|
|
kaynak=(https://github.com/scrapy/cssselect/archive/v$surum.tar.gz::cssselect-$surum.tar.gz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd cssselect-$surum
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|