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

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

SLACKREQ='python python-leather python-slugify python-isodate python-babel python-parsedatetime
python-pytimeparse'
SLACKDESC="python-agate: python-agate $PKGVER (Python data analysis library)
python-agate: 
python-agate: agate is a Python data analysis library that is optimized for humans 
python-agate: instead of machines. It is an alternative to numpy and pandas that 
python-agate: solves real-world problems with readable code.
python-agate: 
python-agate: http://agate.rtfd.org
python-agate: https://github.com/wireservice/agate
python-agate: 
python-agate: 
python-agate: 
"

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


