# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit eutils distutils DESCRIPTION="creates ebuilds for Gentoo Linux from Python Package Index" HOMEPAGE="http://docs.fubar.si/gpypi2/" SRC_URI="http://bitbucket.org/iElectric/${PN}/get/tip.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test doc" DEPEND="dev-python/unittest2 dev-python/jinja2 dev-python/yolk dev-python/pygments dev-python/argparse app-portage/gentoolkit test? dev-python/nose test? dev-python/mock test? dev-python/ScriptTest doc? dev-python/Sphinx" # Run-time dependencies. Must be defined to whatever this depends on to run. # The below is valid if the same run-time depends are required to compile. RDEPEND="${DEPEND}" DOCS="README LICENSE" PTHON_MODNAME="gpypi2"