# 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="pip-installable package for patching psycopg2 to use gevent" HOMEPAGE="https://github.com/zacharyvoase/gevent-psycopg2" SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz" LICENSE="Unlicense MIT" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" dev-python/gevent[${PYTHON_USEDEP}] >=dev-python/psycopg-2.2.0:2[${PYTHON_USEDEP}] "