### this file is sourced not run
PKGVER=1.0.4
PKGARCH=x86_64
PKGBUILD=1

# source: james
TARBALL=python-csvkit-$PKGVER.tar.gz
MD5SUM=c2f8e79c285beaa5227c33321ef63e12
SRC_URL=https://github.com/wireservice/csvkit/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python-six python-agate python-agate-excel python-agate-dbf python-agate-sql'
SLACKDESC="python-csvkit: python-csvkit $PKGVER (CSV tools)
python-csvkit: 
python-csvkit: csvkit is a suite of command-line tools for converting to and working 
python-csvkit: with CSV, the king of tabular file formats.
python-csvkit: 
python-csvkit: http://csvkit.rtfd.org/
python-csvkit: https://github.com/wireservice/csvkit
python-csvkit: 
python-csvkit: 
python-csvkit: 
python-csvkit: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


