contrib/cssselect/Pkgfile
2018-04-14 22:42:07 +10:00

17 lines
496 B
Plaintext

# Description: A Python library that parses CSS3 Selectors and translates them to XPath 1.0.
# URL: http://pypi.python.org/pypi/cssselect
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=cssselect
version=1.0.3
release=1
source=(
https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
}