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

# source: james
TARBALL=py-prettytable-0.7.2.tar.gz
MD5SUM=a6b80afeef286ce66733d54a0296b13b
SRC_URL=https://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.7.2.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-prettytable: python-prettytable 0.7.2 (Tabular display)
python-prettytable: 
python-prettytable: PrettyTable is a simple Python library designed to make it quick and 
python-prettytable: easy to represent tabular data in visually appealing ASCII tables. It 
python-prettytable: was inspired by the ASCII tables used in the PostgreSQL shell psql. 
python-prettytable: PrettyTable allows for selection of which columns are to be printed, 
python-prettytable: independent alignment of columns (left or right justified or centred) 
python-prettytable: and printing of “sub-tables” by specifying a row range.
python-prettytable: 
python-prettytable: https://pypi.python.org/pypi/PrettyTable
python-prettytable: 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/prettytable* &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


