# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="SQLAlchemy-${PV}" DESCRIPTION="A Python sql toolkit and Object Relational Mapper" HOMEPAGE="http://www.sqlalchemy.org/" SRC_URI="mirror://sourceforge/sqlalchemy/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="dev-lang/python dev-python/setuptools" S=${WORKDIR}/${MY_P}