dev-python/sphinx_celery: require sphinx-2.0.0
authorZac Medico <zachary.medico@sony.com>
Thu, 27 Jun 2019 19:33:44 +0000 (12:33 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Jun 2019 19:43:58 +0000 (12:43 -0700)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild [moved from dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild with 83% similarity]

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 b404c9f709f85795419a11fb4cf7708a3e960af3..4fb97cf5c6868f296d84c457c37bd420988a1283 100644 (file)
@@ -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}"