# 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.95.ebuild,v 1.3 2006/12/30 01:49:34 dev-zero 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" RDEPEND="dev-python/imaging sqlite? ( || ( ( >=dev-python/pysqlite-2.0.3 =dev-lang/python-2.5 ) ) postgres? (