From 8093917d933b85a4726a601ed7f2e0f99ba9403c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Jun 2019 12:33:44 -0700 Subject: dev-python/sphinx_celery: require sphinx-2.0.0 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico --- .../sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild delete mode 100644 dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild (limited to 'dev-python/sphinx_celery') diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild new file mode 100644 index 000000000000..4fb97cf5c686 --- /dev/null +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Celery Sphinx Theme and Utilities" +HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild deleted file mode 100644 index b404c9f709f8..000000000000 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad