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/celery/files: celery-docs.patch
Date: Mon, 29 Apr 2013 11:24:27
Message-Id: 20130429112424.BC7432171D@flycatcher.gentoo.org
1 idella4 13/04/29 11:24:24
2
3 Added: celery-docs.patch
4 Log:
5 bump; add py3 support, migration -> distutils-r1, test phase tweaked, bump request orig. from Bug #466050, has python dep issues cited in the Bug
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/celery/files/celery-docs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-docs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-docs.patch?rev=1.1&content-type=text/plain
14
15 Index: celery-docs.patch
16 ===================================================================
17 # Prevent un-needed objects.inv files
18 diff -ur celery-3.0.19.orig/docs/conf.py celery-3.0.19/docs/conf.py
19 --- docs/conf.py 2013-04-15 22:51:46.000000000 +0800
20 +++ docs/conf.py 2013-04-27 21:46:25.070423582 +0800
21 @@ -74,14 +74,6 @@
22 # If true, '()' will be appended to :func: etc. cross-reference text.
23 add_function_parentheses = True
24
25 -intersphinx_mapping = {
26 - 'python': ('http://docs.python.org/dev', None),
27 - 'kombu': ('http://kombu.readthedocs.org/en/latest/', None),
28 - 'djcelery': ('http://django-celery.readthedocs.org/en/latest', None),
29 - 'cyme': ('http://cyme.readthedocs.org/en/latest', None),
30 - 'amqp': ('http://amqp.readthedocs.org/en/latest', None),
31 -}
32 -
33 # The name of the Pygments (syntax highlighting) style to use.
34 pygments_style = 'colorful'