### this file is sourced not run
PKGVER=2.0.3
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=pyparsing-2.0.3.tar.gz
MD5SUM=0fe479be09fc2cf005f753d3acc35939
SRC_URL=http://downloads.sourceforge.net/pyparsing/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-pyparsing: python-pyparsing 2.0.3 (Grammer parser)
python-pyparsing: 
python-pyparsing: The pyparsing module is an alternative approach to creating and 
python-pyparsing: executing simple grammars, vs. the traditional lex/yacc approach, or 
python-pyparsing: the use of regular expressions. The pyparsing module provides a 
python-pyparsing: library of classes that client code uses to construct the grammar 
python-pyparsing: directly in Python code.
python-pyparsing: 
python-pyparsing: http://pyparsing.wikispaces.com/
python-pyparsing: 
python-pyparsing: 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pyparsing* &&
	python setup.py install &&
	pkg_build_slackdesc
}


