# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.2.7.ebuild,v 1.2 2006/09/12 20:48:10 marienz Exp $ inherit distutils python MY_P=SQLAlchemy-${PV} DESCRIPTION="Python SQL toolkit and Object Relational Mapper." HOMEPAGE="http://www.sqlalchemy.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" IUSE="firebird mssql mysql postgres sqlite" KEYWORDS="~amd64 ~x86" # note: if you use psycopg-1, then you need egenix-mx-base RDEPEND=">=dev-lang/python-2.4 firebird? ( dev-python/kinterbasdb ) mssql? ( dev-python/pymssql ) mysql? ( dev-python/mysql-python ) postgres? ( || ( ( >=dev-python/psycopg-2 ) (