From d3d6a829ac9f295b24e3e143cf1552ea2f5d8bf6 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 15 Jul 2010 22:04:43 +0000 Subject: Set PYTHON_DEPEND. (Portage version: HEAD/cvs/Linux x86_64) --- dev-python/setupdocs/ChangeLog | 6 +++++- dev-python/setupdocs/setupdocs-1.0.4.ebuild | 17 +++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'dev-python/setupdocs') diff --git a/dev-python/setupdocs/ChangeLog b/dev-python/setupdocs/ChangeLog index cfddb65b481a..e5ea66145f06 100644 --- a/dev-python/setupdocs/ChangeLog +++ b/dev-python/setupdocs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setupdocs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.10 2010/03/23 05:07:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.11 2010/07/15 22:04:43 arfrever Exp $ + + 15 Jul 2010; Arfrever Frehtes Taifersar Arahesis + setupdocs-1.0.4.ebuild: + Set PYTHON_DEPEND. *setupdocs-1.0.4 (20 Mar 2010) diff --git a/dev-python/setupdocs/setupdocs-1.0.4.ebuild b/dev-python/setupdocs/setupdocs-1.0.4.ebuild index f2a6d470bfa1..ccf9ac345940 100644 --- a/dev-python/setupdocs/setupdocs-1.0.4.ebuild +++ b/dev-python/setupdocs/setupdocs-1.0.4.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/setupdocs-1.0.4.ebuild,v 1.1 2010/03/23 05:07:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/setupdocs-1.0.4.ebuild,v 1.2 2010/07/15 22:04:43 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils @@ -14,16 +16,15 @@ DESCRIPTION="setuptools plugin to automate building of docs from ReST source" HOMEPAGE="http://pypi.python.org/pypi/SetupDocs http://code.enthought.com/projects/" SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" -IUSE="" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="BSD" -DEPEND="dev-python/setuptools - dev-python/sphinx" +IUSE="" -RDEPEND="dev-python/sphinx +DEPEND="dev-python/setuptools + dev-python/sphinx virtual/latex-base || ( dev-texlive/texlive-latexextra app-text/ptex )" -RESTRICT_PYTHON_ABIS="3.*" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad