summaryrefslogtreecommitdiff
path: root/dev-python/six/files/1.9.0-mapping.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/six/files/1.9.0-mapping.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/six/files/1.9.0-mapping.patch')
-rw-r--r--dev-python/six/files/1.9.0-mapping.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/six/files/1.9.0-mapping.patch b/dev-python/six/files/1.9.0-mapping.patch
deleted file mode 100644
index 4423eacbbba3..000000000000
--- a/dev-python/six/files/1.9.0-mapping.patch
+++ /dev/null
@@ -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
---- a/documentation/conf.py 2013-09-15 21:52:34.000000000 +0800
-+++ b/documentation/conf.py 2014-01-07 18:19:24.958916446 +0800
-@@ -211,7 +211,3 @@
- [u"Benjamin Peterson"], 1)
- ]
-
--# -- Intersphinx ---------------------------------------------------------------
--
--intersphinx_mapping = {"py2" : ("https://docs.python.org/2/", None),
-- "py3" : ("https://docs.python.org/3/", None)}