idella4 14/10/17 16:47:06 Added: 2.5.4-docbuild.patch Log: bump; drop py2.6, patch to remove py3.2's objects.inv from doc build, upgrade doc build and install (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/psycopg/files/2.5.4-docbuild.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/files/2.5.4-docbuild.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/files/2.5.4-docbuild.patch?rev=1.1&content-type=text/plain Index: 2.5.4-docbuild.patch =================================================================== diff -ur psycopg2-2.5.4.orig/doc/src/conf.py psycopg2-2.5.4/doc/src/conf.py --- doc/src/conf.py 2014-08-31 01:55:25.000000000 +0800 +++ doc/src/conf.py 2014-10-17 23:15:38.907243293 +0800 @@ -64,7 +64,6 @@ intersphinx_mapping = { 'py': ('http://docs.python.org/', None), - 'py3': ('http://docs.python.org/3.2', None), } # Pattern to generate links to the bug tracker
