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/flask-restless/files: mapping.patch
Date: Tue, 06 May 2014 10:13:27
Message-Id: 20140506101321.E1E612004E@flycatcher.gentoo.org
1 idella4 14/05/06 10:13:21
2
3 Added: mapping.patch
4 Log:
5 bump; drop py2.6 add pypy support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/flask-restless/files/mapping.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/files/mapping.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/files/mapping.patch?rev=1.1&content-type=text/plain
14
15 Index: mapping.patch
16 ===================================================================
17 A number of these settings are simply unworkable in gentoo
18 diff -ur flask-restless-0.11.0.orig/docs/conf.py flask-restless-0.11.0/docs/conf.py
19 --- docs/conf.py 2013-05-19 01:50:21.000000000 +0800
20 +++ docs/conf.py 2013-06-10 23:39:05.741199580 +0800
21 @@ -26,7 +26,7 @@
22
23 # Add any Sphinx extension module names here, as strings. They can be extensions
24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
25 -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
26 +extensions = ['sphinx.ext.autodoc']
27 extensions += ['sphinxcontrib.httpdomain']
28 extensions += ['sphinxcontrib.issuetracker']