diff options
author | Zac Medico <zachary.medico@sony.com> | 2019-06-27 12:33:44 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-06-27 12:43:58 -0700 |
commit | 8093917d933b85a4726a601ed7f2e0f99ba9403c (patch) | |
tree | 33c6c3c6850bb4248ffcad94ef24780dd2bc8f22 /dev-python/sphinx_celery | |
parent | dev-libs/cudnn: correct manifest checksum (diff) | |
download | gentoo-8093917d933b85a4726a601ed7f2e0f99ba9403c.tar.gz gentoo-8093917d933b85a4726a601ed7f2e0f99ba9403c.tar.bz2 gentoo-8093917d933b85a4726a601ed7f2e0f99ba9403c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_celery')
-rw-r--r-- | dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild (renamed from dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild) | 4 |
1 files 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 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}" |