# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) inherit distutils-r1 DESCRIPTION="Firebird RDBMS bindings for Python." HOMEPAGE="https://pypi.python.org/pypi/fdb/" SRC_URI="mirror://pypi/f/fdb/${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" RDEPEND="dev-db/firebird" DEPEND="${RDEPEND} ${PYTHON_DEPS} dev-python/setuptools"