From: Zac Medico Date: Thu, 27 Jun 2019 19:33:44 +0000 (-0700) Subject: dev-python/sphinx_celery: require sphinx-2.0.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8093917d933b85a4726a601ed7f2e0f99ba9403c;p=gentoo.git dev-python/sphinx_celery: require sphinx-2.0.0 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico --- 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 b404c9f709f8..4fb97cf5c686 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}"