idella4 14/06/30 08:18:54 Added: docbuild.patch Removed: testfixtures-2.3.4-adjust_tests.patch Log: drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and patch, fixes bug #515752 by Patrick (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/testfixtures/files/docbuild.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testfixtures/files/docbuild.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testfixtures/files/docbuild.patch?rev=1.1&content-type=text/plain Index: docbuild.patch =================================================================== diff -ur testfixtures-3.0.0.orig/docs/conf.py testfixtures-3.0.0/docs/conf.py --- docs/conf.py 2011-09-23 16:55:53.000000000 +0800 +++ docs/conf.py 2014-06-30 15:36:43.591451878 +0800 @@ -4,8 +4,7 @@ pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..')) extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx' + 'sphinx.ext.autodoc' ] intersphinx_mapping = {'http://docs.python.org': None} diff -ur testfixtures-3.0.0.orig/docs/Makefile testfixtures-3.0.0/docs/Makefile --- docs/Makefile 2011-07-19 00:43:59.000000000 +0800 +++ docs/Makefile 2014-06-30 15:36:31.703450934 +0800 @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = ../bin/sphinx-build +SPHINXBUILD = /usr/bin/sphinx-build PAPER = # Internal variables.
