# Copyright 2011 Dan Callaghan # Distributed under the terms of the GNU General Public License v2 require pypi distutils [ python_dep=2.4 ] SUMMARY="PostgreSQL database adapter for Python" DESCRIPTION=" psycopg2 is a PostgreSQL database adapter for the Python programming language. psycopg2 was written with the aim of being very small and fast, and stable as a rock. " HOMEPAGE="http://initd.org/psycopg/" LICENCES="LGPL-3" SLOT="0" PLATFORMS="~amd64 ~x86" RESTRICT="test" # tests require a running postgres with test database DEPENDENCIES=" build+run: dev-db/postgresql[>=7.4] " BUGS_TO="djc@djc.id.au" src_test() { edo python setup.py test }