contrib/pyquery/Pkgfile

16 lines
431 B
Plaintext
Raw Normal View History

# Description: Allows you to make jquery (API) queries on xml documents.
2011-10-30 03:34:08 +01:00
# URL: http://pypi.python.org/pypi/pyquery
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: lxml
name=pyquery
2011-12-02 06:07:07 +01:00
version=1.1.1
release=1
source=(http://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --root $PKG
}