commit: 28d5d86b15b10d68ef65f38537f6b1ff77cac536
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 30 16:23:09 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:19:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d5d86b
dev-python/pyserial: remove unused patch(es)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/pyserial/files/mapping.patch | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/dev-python/pyserial/files/mapping.patch
b/dev-python/pyserial/files/mapping.patch
deleted file mode 100644
index dfcb4731bbb..00000000000
--- a/dev-python/pyserial/files/mapping.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur pyserial-2.7.orig/documentation/conf.py
pyserial-2.7/documentation/conf.py
---- a/documentation/conf.py 2013-10-18 00:29:53.000000000 +0800
-+++ b/documentation/conf.py 2014-03-28 12:41:08.848807687 +0800
-@@ -192,9 +192,3 @@
-
- # If false, no module index is generated.
- #latex_use_modindex = True
--
--# for external links to standard library
--intersphinx_mapping = {
-- #~ 'python': ('http://docs.python.org', None),
-- 'py': ('http://docs.python.org', None),
-- }