diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-11-03 21:51:48 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-11-05 00:52:16 +0000 |
commit | 8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9 (patch) | |
tree | 053605d5eab14a6ab6aa42d466020fee689b82dd /dev-python/botocore | |
parent | dev-python/botocore: add 1.7.39 ebuild (diff) | |
download | gentoo-8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9.tar.gz gentoo-8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9.tar.bz2 gentoo-8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9.zip |
dev-python/botocore: allow recent Sphinx versions
Bump upper boundary of allowed version of Shpinx to 1.7 in new,
non-stabilized botocore ebuilds.
Dependency on Sphinx has versions range. Declaration of this range comes
from requirements-docs.txt in botocore sources, but that file hasn't
been updated since 2015. Latest Sphinx, version 1.6.5, builds botocore
docs successfully.
Sphinx versions range bump has been suggested to botocore maintainers,
but there's nothing preventing newer Sphinx from working on already
released botocore versions.
Link: https://github.com/boto/botocore/pull/1306
Acked-by: Alex Brandt <alunduil@gentoo.org>
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.5.95.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.6.8.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.7.39.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/botocore/botocore-1.5.95.ebuild b/dev-python/botocore/botocore-1.5.95.ebuild index f970e09103e6..f4df2f35b9af 100644 --- a/dev-python/botocore/botocore-1.5.95.ebuild +++ b/dev-python/botocore/botocore-1.5.95.ebuild @@ -28,7 +28,7 @@ DEPEND=" >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}] <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}] - <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + <dev-python/sphinx-1.7[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} diff --git a/dev-python/botocore/botocore-1.6.8.ebuild b/dev-python/botocore/botocore-1.6.8.ebuild index f970e09103e6..f4df2f35b9af 100644 --- a/dev-python/botocore/botocore-1.6.8.ebuild +++ b/dev-python/botocore/botocore-1.6.8.ebuild @@ -28,7 +28,7 @@ DEPEND=" >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}] <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}] - <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + <dev-python/sphinx-1.7[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} diff --git a/dev-python/botocore/botocore-1.7.39.ebuild b/dev-python/botocore/botocore-1.7.39.ebuild index f970e09103e6..f4df2f35b9af 100644 --- a/dev-python/botocore/botocore-1.7.39.ebuild +++ b/dev-python/botocore/botocore-1.7.39.ebuild @@ -28,7 +28,7 @@ DEPEND=" >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}] <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}] - <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + <dev-python/sphinx-1.7[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} |