# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.91.ebuild,v 1.6 2006/07/28 11:59:49 liquidx Exp $ inherit distutils MY_P="${PN/d/D}-${PV}" DESCRIPTION="high-level python web framework" HOMEPAGE="http://www.djangoproject.com/" SRC_URI="http://media.djangoproject.com/releases/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="sqlite postgres mysql" DEPEND=">=dev-lang/python-2.3 dev-python/setuptools" RDEPEND=">=dev-lang/python-2.3 sqlite? ( >=dev-python/pysqlite-2.0.3 ) postgres? (