16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
|
# Description: CSS3 Seçicilerini ayrıştıran ve XPath 1.0'a çeviren bir Python3 kitaplığı.
|
|||
|
# URL: http://pypi.python.org/pypi/cssselect
|
|||
|
# Packager: milisarge
|
|||
|
# Depends on: python3
|
|||
|
|
|||
|
name=python3-cssselect
|
|||
|
version=1.0.1
|
|||
|
release=1
|
|||
|
|
|||
|
source=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$version.tar.gz)
|
|||
|
|
|||
|
build() {
|
|||
|
cd cssselect-$version
|
|||
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|||
|
}
|