Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/
Date: Sun, 04 Jul 2021 16:56:02
Message-Id: 1625417753.659de99fb20366c286b9c98b6dc57542f4590493.mgorny@gentoo
1 commit: 659de99fb20366c286b9c98b6dc57542f4590493
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 16:54:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 16:55:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659de99f
7
8 dev-python/routes: Remove broken doc logic
9
10 Closes: https://bugs.gentoo.org/800437
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/routes/routes-2.5.1.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/dev-python/routes/routes-2.5.1.ebuild b/dev-python/routes/routes-2.5.1.ebuild
17 index 75e5ba7a36a..37cc32289ed 100644
18 --- a/dev-python/routes/routes-2.5.1.ebuild
19 +++ b/dev-python/routes/routes-2.5.1.ebuild
20 @@ -30,18 +30,3 @@ BDEPEND="
21 )"
22
23 distutils_enable_tests nose
24 -distutils_enable_sphinx docs
25 -
26 -# The testsuite appears to be held back by the author
27 -
28 -# https://github.com/bbangert/routes/issues/42 presents a patch
29 -# for the faulty docbuild converted to sed stmnts
30 -python_prepare_all() {
31 - # The default theme in sphinx switched to classic from shpinx-1.3.1
32 - sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
33 - -i docs/conf.py || die
34 - sed -e "s:changes:changes\n todo:" \
35 - -i docs/index.rst || die
36 -
37 - distutils-r1_python_prepare_all
38 -}