# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_PN="${PN/d/D}" DESCRIPTION="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design." HOMEPAGE="http://www.djangoproject.com/" SRC_URI="http://media.djangoproject.com/releases/${PV}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc" IUSE="sqlite postgres" DEPEND=">=dev-lang/python-2.4.0 >=dev-python/setuptools-0.6_alpha5" RDEPEND="sqlite? ( >=dev-python/pysqlite-2.0.5 ) postgres? ( >=dev-db/postgresql-8.0.4 )" S=${WORKDIR}/${MY_PN}-${PV}