Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/testfixtures/files: docbuild.patch testfixtures-2.3.4-adjust_tests.patch
Date: Mon, 30 Jun 2014 08:18:57
Message-Id: 20140630081854.1936D2004E@flycatcher.gentoo.org
1 idella4 14/06/30 08:18:54
2
3 Added: docbuild.patch
4 Removed: testfixtures-2.3.4-adjust_tests.patch
5 Log:
6 drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and patch, fixes bug #515752 by Patrick
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 dev-python/testfixtures/files/docbuild.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testfixtures/files/docbuild.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testfixtures/files/docbuild.patch?rev=1.1&content-type=text/plain
15
16 Index: docbuild.patch
17 ===================================================================
18 diff -ur testfixtures-3.0.0.orig/docs/conf.py testfixtures-3.0.0/docs/conf.py
19 --- docs/conf.py 2011-09-23 16:55:53.000000000 +0800
20 +++ docs/conf.py 2014-06-30 15:36:43.591451878 +0800
21 @@ -4,8 +4,7 @@
22 pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..'))
23
24 extensions = [
25 - 'sphinx.ext.autodoc',
26 - 'sphinx.ext.intersphinx'
27 + 'sphinx.ext.autodoc'
28 ]
29
30 intersphinx_mapping = {'http://docs.python.org': None}
31 diff -ur testfixtures-3.0.0.orig/docs/Makefile testfixtures-3.0.0/docs/Makefile
32 --- docs/Makefile 2011-07-19 00:43:59.000000000 +0800
33 +++ docs/Makefile 2014-06-30 15:36:31.703450934 +0800
34 @@ -3,7 +3,7 @@
35
36 # You can set these variables from the command line.
37 SPHINXOPTS =
38 -SPHINXBUILD = ../bin/sphinx-build
39 +SPHINXBUILD = /usr/bin/sphinx-build
40 PAPER =
41
42 # Internal variables.