# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.2.ebuild,v 1.2 2009/04/26 13:34:40 mr_bones_ Exp $ inherit distutils MY_PN="Tempita" MY_P="${MY_PN}-${PV}" DESCRIPTION="A very small text templating language" HOMEPAGE="http://pythonpaste.org/tempita" SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" S="${WORKDIR}/${MY_P}"