djc 15/01/02 18:11:20 Added: 1.9.0-mapping.patch Log: Version bump six to 1.9.0 and remove old versions (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.1 dev-python/six/files/1.9.0-mapping.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/files/1.9.0-mapping.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/files/1.9.0-mapping.patch?rev=1.1&content-type=text/plain Index: 1.9.0-mapping.patch =================================================================== Patch prevents downloading non essential .inv files during the doc build diff -ur six-1.5.2.orig/documentation/conf.py six-1.5.2/documentation/conf.py --- documentation/conf.py 2013-09-15 21:52:34.000000000 +0800 +++ documentation/conf.py 2014-01-07 18:19:24.958916446 +0800 @@ -211,7 +211,3 @@ [u"Benjamin Peterson"], 1) ] -# -- Intersphinx --------------------------------------------------------------- - -intersphinx_mapping = {"py2" : ("https://docs.python.org/2/", None), - "py3" : ("https://docs.python.org/3/", None)}
