commit: 8093917d933b85a4726a601ed7f2e0f99ba9403c
Author: Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Thu Jun 27 19:33:44 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 19:43:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8093917d
dev-python/sphinx_celery: require sphinx-2.0.0
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../{sphinx_celery-2.0.0.ebuild => sphinx_celery-2.0.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
similarity index 83%
rename from dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
rename to dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index b404c9f709f..4fb97cf5c68 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
@@ -15,5 +15,5 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
+ >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"