Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyserial/files/
Date: Thu, 14 May 2020 22:19:51
Message-Id: 1589494769.28d5d86b15b10d68ef65f38537f6b1ff77cac536.bman@gentoo
1 commit: 28d5d86b15b10d68ef65f38537f6b1ff77cac536
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 30 16:23:09 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 22:19:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d5d86b
7
8 dev-python/pyserial: remove unused patch(es)
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/pyserial/files/mapping.patch | 13 -------------
15 1 file changed, 13 deletions(-)
16
17 diff --git a/dev-python/pyserial/files/mapping.patch b/dev-python/pyserial/files/mapping.patch
18 deleted file mode 100644
19 index dfcb4731bbb..00000000000
20 --- a/dev-python/pyserial/files/mapping.patch
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -diff -ur pyserial-2.7.orig/documentation/conf.py pyserial-2.7/documentation/conf.py
24 ---- a/documentation/conf.py 2013-10-18 00:29:53.000000000 +0800
25 -+++ b/documentation/conf.py 2014-03-28 12:41:08.848807687 +0800
26 -@@ -192,9 +192,3 @@
27 -
28 - # If false, no module index is generated.
29 - #latex_use_modindex = True
30 --
31 --# for external links to standard library
32 --intersphinx_mapping = {
33 -- #~ 'python': ('http://docs.python.org', None),
34 -- 'py': ('http://docs.python.org', None),
35 -- }