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