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/logbook/files: logbook-0.4.2-objectsinv.patch
Date: Sun, 30 Jun 2013 14:50:52
Message-Id: 20130630145047.381C820081@flycatcher.gentoo.org
1 idella4 13/06/30 14:50:47
2
3 Added: logbook-0.4.2-objectsinv.patch
4 Log:
5 bump; Drop support py3.1 py3.2 add py3.3, patch for doc build, add IUSE doc, upgrade all phases, closes Bug #440210
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/logbook/files/logbook-0.4.2-objectsinv.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch?rev=1.1&content-type=text/plain
14
15 Index: logbook-0.4.2-objectsinv.patch
16 ===================================================================
17 Prevent unwanted d'loading of un-needed objects.inv files
18 diff -ur logbook-0.4.2.orig/docs/conf.py logbook-0.4.2/docs/conf.py
19 --- docs/conf.py 2013-06-02 19:31:32.000000000 +0800
20 +++ docs/conf.py 2013-06-30 10:50:38.604402792 +0800
21 @@ -219,6 +219,3 @@
22 [u'Armin Ronacher, Georg Brandl'], 1)
23 ]
24
25 -intersphinx_mapping = {
26 - 'http://docs.python.org': None
27 -}