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
commit60ce559f0f4bf8a2d1939ae74183b1c46b05eba2 (patch)
tree501b3fcf29b8c965f9becad13fbbcbd59985d664 /dev-python/sphinx
parentalpha/arm/ia64/s390/sh/sparc stable wrt #300158 (diff)
downloadhistorical-60ce559f0f4bf8a2d1939ae74183b1c46b05eba2.tar.gz
historical-60ce559f0f4bf8a2d1939ae74183b1c46b05eba2.tar.bz2
historical-60ce559f0f4bf8a2d1939ae74183b1c46b05eba2.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}"