#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=pyparsing
pkgver=2.0.1
pkgrel=1gv
source=("http://downloads.sourceforge.net/pyparsing/pyparsing-2.0.1.tar.gz")
docs=("authors" "install" "readme" "copying")
url=http://pyparsing.wikispaces.com/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"pyparsing (parsing module for python)"
"The pyparsing module is an alternative approach to creating and"
"executing simple grammars, vs. the traditional lex/yacc"
"approach, or the use of regular expressions.  The pyparsing"
"module provides a library of classes that client code uses to"
"construct the grammar directly in Python code."
)

build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}