idella4 14/03/28 05:20:38 Added: mapping.patch Log: revbump; add IUSE doc, examples, dep for doc build and install, fixes Bug #497446 by C. Mayo (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/pyserial/files/mapping.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/files/mapping.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/files/mapping.patch?rev=1.1&content-type=text/plain Index: mapping.patch =================================================================== diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py --- documentation/conf.py 2013-10-18 00:29:53.000000000 +0800 +++ documentation/conf.py 2014-03-28 12:41:08.848807687 +0800 @@ -192,9 +192,3 @@ # If false, no module index is generated. #latex_use_modindex = True - -# for external links to standard library -intersphinx_mapping = { - #~ 'python': ('http://docs.python.org', None), - 'py': ('http://docs.python.org', None), - }
