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/pyserial/files: mapping.patch
Date: Fri, 28 Mar 2014 05:20:44
Message-Id: 20140328052038.1BA2920051@flycatcher.gentoo.org
1 idella4 14/03/28 05:20:38
2
3 Added: mapping.patch
4 Log:
5 revbump; add IUSE doc, examples, dep for doc build and install, fixes Bug #497446 by C. Mayo
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/pyserial/files/mapping.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/files/mapping.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/files/mapping.patch?rev=1.1&content-type=text/plain
14
15 Index: mapping.patch
16 ===================================================================
17 diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py
18 --- documentation/conf.py 2013-10-18 00:29:53.000000000 +0800
19 +++ documentation/conf.py 2014-03-28 12:41:08.848807687 +0800
20 @@ -192,9 +192,3 @@
21
22 # If false, no module index is generated.
23 #latex_use_modindex = True
24 -
25 -# for external links to standard library
26 -intersphinx_mapping = {
27 - #~ 'python': ('http://docs.python.org', None),
28 - 'py': ('http://docs.python.org', None),
29 - }