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

# source: james
TARBALL=psycopg2-${PKGVER}.tar.gz
MD5SUM=4e353b92f35ef597e14868d8a47a2df9
SRC_URL=https://files.pythonhosted.org/packages/c0/07/93573b97ed61b6fb907c8439bf58f09957564cf7c39612cef36c547e68c6/$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 \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


