dev-python/six: Drop old

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-23 10:34:52 +01:00
parent 1744844493
commit 965be6178b
6 changed files with 0 additions and 154 deletions

View File

@@ -1,12 +0,0 @@
Patch prevents downloading non essential .inv files during the doc build
diff -ur six-1.5.2.orig/documentation/conf.py six-1.5.2/documentation/conf.py
--- documentation/conf.py 2013-09-15 21:52:34.000000000 +0800
+++ documentation/conf.py 2014-01-07 18:19:24.958916446 +0800
@@ -211,7 +211,3 @@
[u"Benjamin Peterson"], 1)
]
-# -- Intersphinx ---------------------------------------------------------------
-
-intersphinx_mapping = {"py2" : ("http://docs.python.org/2/", None),
- "py3" : ("http://docs.python.org/3/", None)}