Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
Date: Mon, 17 Jul 2017 21:15:27
Message-Id: 1500326051.ba80e97fa5022987c4c11ff7da7ff8d271ee8037.chutzpah@gentoo
1 commit: ba80e97fa5022987c4c11ff7da7ff8d271ee8037
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 21:14:11 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 21:14:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba80e97f
7
8 dev-python/sphinx: Revision bump, move dep on dev-python/typing to RDEPEND
9
10 Gentoo-Bug: 625254
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 dev-python/sphinx/sphinx-1.6.3-r1.ebuild | 2 +-
14 dev-python/sphinx/{sphinx-1.6.3-r1.ebuild => sphinx-1.6.3-r2.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
18 index c631ded997c..4633c97a841 100644
19 --- a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
20 +++ b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
21 @@ -30,6 +30,7 @@ RDEPEND="
22 >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
23 >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
24 <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}]
25 + dev-python/typing[${PYTHON_USEDEP}]
26 latex? (
27 dev-texlive/texlive-latexextra
28 dev-texlive/texlive-luatex
29 @@ -51,7 +52,6 @@ DEPEND="${RDEPEND}
30 dev-python/pytest-cov[${PYTHON_USEDEP}]
31 dev-python/simplejson[${PYTHON_USEDEP}]
32 >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
33 - dev-python/typing[${PYTHON_USEDEP}]
34 >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
35 virtual/imagemagick-tools[jpeg,png,svg]
36 virtual/python-enum34[${PYTHON_USEDEP}]
37
38 diff --git a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
39 similarity index 98%
40 copy from dev-python/sphinx/sphinx-1.6.3-r1.ebuild
41 copy to dev-python/sphinx/sphinx-1.6.3-r2.ebuild
42 index c631ded997c..4633c97a841 100644
43 --- a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
44 +++ b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
45 @@ -30,6 +30,7 @@ RDEPEND="
46 >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
47 >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
48 <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}]
49 + dev-python/typing[${PYTHON_USEDEP}]
50 latex? (
51 dev-texlive/texlive-latexextra
52 dev-texlive/texlive-luatex
53 @@ -51,7 +52,6 @@ DEPEND="${RDEPEND}
54 dev-python/pytest-cov[${PYTHON_USEDEP}]
55 dev-python/simplejson[${PYTHON_USEDEP}]
56 >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
57 - dev-python/typing[${PYTHON_USEDEP}]
58 >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
59 virtual/imagemagick-tools[jpeg,png,svg]
60 virtual/python-enum34[${PYTHON_USEDEP}]