# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit distutils MY_PN=${PN//-/.} MY_P=${MY_PN}-${PV} DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces" HOMEPAGE="http://www.repoze.org" SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="repoze" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-zope/zope-interface dev-python/sphinx" DEPEND="${RDEPEND} dev-python/setuptools" S=${WORKDIR}/${MY_P}