# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="The psycogreen package enables psycopg2 to work with coroutine libraries, using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified." HOMEPAGE="https://bitbucket.org/dvarrazzo/psycogreen" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/gevent-psycopg2[${PYTHON_USEDEP}]"