Açıklama çevirisi
This commit is contained in:
parent
04ea9723e7
commit
f1b3229f5b
|
@ -1,8 +1,8 @@
|
|||
# Description: A Python2 library that parses CSS3 Selectors and translates them to XPath 1.0.
|
||||
# URL: URL: http://pypi.python.org/pypi/cssselect
|
||||
# NuTyX package info file (http://nutyx.org)
|
||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
||||
# Depends on: python
|
||||
# Description: CSS3 Seçicilerini ayrıştıran ve XPath 1.0'a çeviren bir Python2 kitaplığı.
|
||||
# URL: http://pypi.python.org/pypi/cssselect
|
||||
# Packager: milisarge
|
||||
# Depends on: python
|
||||
|
||||
name=python-cssselect
|
||||
version=0.9.1
|
||||
release=1
|
||||
|
@ -14,7 +14,3 @@ build() {
|
|||
cd cssselect-$version
|
||||
python2 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
||||
|
||||
|
||||
|
||||
# NuTyX Pkgfile (http://nutyx.org)
|
||||
|
|
Loading…
Reference in New Issue