# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_PN="Django" 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" IUSE="" DEPEND=">=dev-lang/python-2.2.0 >=dev-python/setuptools-0.6_alpha5" S=${WORKDIR}/${MY_PN}-${PV} src_compile() { distutils_src_install }