summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 19:19:59 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 19:19:59 +0000
commit4b978e9a63ef8a370bddd37e8f339cdd16fe861e (patch)
treed55193694f438709d67427d49c91341bc92e2257 /dev-python/sphinx
parentalpha/arm/ia64/s390/sh/sparc stable wrt #300158 (diff)
downloadgentoo-2-4b978e9a63ef8a370bddd37e8f339cdd16fe861e.tar.gz
gentoo-2-4b978e9a63ef8a370bddd37e8f339cdd16fe861e.tar.bz2
gentoo-2-4b978e9a63ef8a370bddd37e8f339cdd16fe861e.zip
Fix dependencies.
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-1.0_beta2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/sphinx/sphinx-1.0_beta2.ebuild b/dev-python/sphinx/sphinx-1.0_beta2.ebuild
index c3463f660b02..fffbd390e135 100644
--- a/dev-python/sphinx/sphinx-1.0_beta2.ebuild
+++ b/dev-python/sphinx/sphinx-1.0_beta2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0_beta2.ebuild,v 1.1 2010/05/31 06:25:40 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0_beta2.ebuild,v 1.2 2010/06/05 19:19:59 arfrever Exp $
EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
@@ -14,18 +15,18 @@ MY_P="${MY_PN}-${PV/_beta/b}"
DESCRIPTION="Tool to create documentation for Python projects"
HOMEPAGE="http://sphinx.pocoo.org/ http://pypi.python.org/pypi/Sphinx"
SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
-IUSE="doc test latex"
+IUSE="doc latex"
RDEPEND=">=dev-python/pygments-0.8
>=dev-python/jinja-2.2
>=dev-python/docutils-0.5
latex? ( dev-texlive/texlive-latexextra )"
DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
+ dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"