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

# source: james
TARBALL=psycopg2-${PKGVER}.tar.gz
MD5SUM=842b44f8c95517ed5b792081a2370da1
SRC_URL=https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/$TARBALL
BUNDLE=

SLACKREQ='python postgresql' 
SLACKDESC="python-psycopg2: python-psycopg2 $PKGVER (Postgresql adapter for Python)
python-psycopg2: 
python-psycopg2: Psycopg is the most popular PostgreSQL database adapter for the 
python-psycopg2: Python programming language. Its main features are the complete 
python-psycopg2: implementation of the Python DB API 2.0 specification and the thread 
python-psycopg2: safety (several threads can share the same connection).
python-psycopg2: 
python-psycopg2: https://pypi.python.org/pypi/psycopg2
python-psycopg2: 
python-psycopg2: 
python-psycopg2: 
"

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


