diff options
author | Martin von Gagern <Martin.vGagern@gmx.net> | 2017-01-24 20:50:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-26 23:39:43 +0100 |
commit | ddc871a2c76efe6f1243184ba31f71e1db2cc217 (patch) | |
tree | ab5a9d47afcc6cbde2e63b062b35c1cc47dbf8e1 | |
parent | net-p2p/syncthing: remove old (diff) | |
download | gentoo-ddc871a2c76efe6f1243184ba31f71e1db2cc217.tar.gz gentoo-ddc871a2c76efe6f1243184ba31f71e1db2cc217.tar.bz2 gentoo-ddc871a2c76efe6f1243184ba31f71e1db2cc217.zip |
dev-python/sphinx: <1.5.1 is incompatible with docutils 0.13
Closes: https://github.com/gentoo/gentoo/pull/3635
-rw-r--r-- | dev-python/sphinx/sphinx-1.1.3-r8.ebuild (renamed from dev-python/sphinx/sphinx-1.1.3-r7.ebuild) | 5 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.2.2-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.2.2.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.2.3-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.2.3.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.3.1-r2.ebuild (renamed from dev-python/sphinx/sphinx-1.3.1-r1.ebuild) | 3 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.3.5-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.3.5.ebuild) | 3 |
5 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/sphinx/sphinx-1.1.3-r7.ebuild b/dev-python/sphinx/sphinx-1.1.3-r8.ebuild index 8a05112b3338..ef08cf4fd8f4 100644 --- a/dev-python/sphinx/sphinx-1.1.3-r7.ebuild +++ b/dev-python/sphinx/sphinx-1.1.3-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbs IUSE="doc latex test" # Split the jinja dep to allow different slots to satisfy it -RDEPEND=">=dev-python/docutils-0.7[${PYTHON_USEDEP}] +RDEPEND=" + <dev-python/docutils-0.13[${PYTHON_USEDEP}] >=dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-1.2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-1.2.2.ebuild b/dev-python/sphinx/sphinx-1.2.2-r1.ebuild index 259d5f8a23d2..a7043a6c45d5 100644 --- a/dev-python/sphinx/sphinx-1.2.2.ebuild +++ b/dev-python/sphinx/sphinx-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ IUSE="doc latex test" # Split the jinja dep to allow different slots to satisfy it RDEPEND=" - >=dev-python/docutils-0.7[${PYTHON_USEDEP}] + <dev-python/docutils-0.13[${PYTHON_USEDEP}] >=dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-1.2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-1.2.3.ebuild b/dev-python/sphinx/sphinx-1.2.3-r1.ebuild index ddf3abdace28..3768f092832f 100644 --- a/dev-python/sphinx/sphinx-1.2.3.ebuild +++ b/dev-python/sphinx/sphinx-1.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ IUSE="doc latex test" # Portage has only >= minimum required versions of all rdeps making # setting of version borders unnecessary RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] + <dev-python/docutils-0.13[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild b/dev-python/sphinx/sphinx-1.3.1-r2.ebuild index 103c5ca89111..746cdf20c082 100644 --- a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,7 @@ IUSE="doc latex test" RDEPEND=" =dev-python/alabaster-0.7*[${PYTHON_USEDEP}] >=dev-python/docutils-0.11[${PYTHON_USEDEP}] + <dev-python/docutils-0.13[${PYTHON_USEDEP}] >=dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}] >=dev-python/six-1.4[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-1.3.5.ebuild b/dev-python/sphinx/sphinx-1.3.5-r1.ebuild index fd88c7f3ae6a..31970748c5ba 100644 --- a/dev-python/sphinx/sphinx-1.3.5.ebuild +++ b/dev-python/sphinx/sphinx-1.3.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,7 @@ IUSE="doc latex test" RDEPEND=" =dev-python/alabaster-0.7*[${PYTHON_USEDEP}] >=dev-python/docutils-0.11[${PYTHON_USEDEP}] + <dev-python/docutils-0.13[${PYTHON_USEDEP}] >=dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}] >=dev-python/six-1.4[${PYTHON_USEDEP}] |