Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
Date: Thu, 27 Jun 2019 19:44:10
Message-Id: 1561664638.8093917d933b85a4726a601ed7f2e0f99ba9403c.zmedico@gentoo
1 commit: 8093917d933b85a4726a601ed7f2e0f99ba9403c
2 Author: Zac Medico <zachary.medico <AT> sony <DOT> com>
3 AuthorDate: Thu Jun 27 19:33:44 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 19:43:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8093917d
7
8 dev-python/sphinx_celery: require sphinx-2.0.0
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 .../{sphinx_celery-2.0.0.ebuild => sphinx_celery-2.0.0-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 similarity index 83%
18 rename from dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
19 rename to dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
20 index b404c9f709f..4fb97cf5c68 100644
21 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
22 +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
28 +PYTHON_COMPAT=( python3_{5,6,7} )
29
30 inherit distutils-r1
31
32 @@ -15,5 +15,5 @@ SLOT="0"
33 KEYWORDS="~amd64 ~arm64 ~x86"
34
35 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
36 - >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
37 + >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
38 DEPEND="${RDEPEND}"