diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-20 18:48:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-20 23:06:38 +0200 |
commit | 2c6327f456701f97b49c28990bbf9c3cafe53b8f (patch) | |
tree | 1bbdcf00cc38e6dbef1923daf7de6a2fd96f76ff /dev-python/soappy | |
parent | dev-python/scrapy: remove unused patch (diff) | |
download | gentoo-2c6327f456701f97b49c28990bbf9c3cafe53b8f.tar.gz gentoo-2c6327f456701f97b49c28990bbf9c3cafe53b8f.tar.bz2 gentoo-2c6327f456701f97b49c28990bbf9c3cafe53b8f.zip |
dev-python/soappy: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2376
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/soappy')
-rw-r--r-- | dev-python/soappy/files/soappy-0.12.0-python-2.5-compat.patch | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/soappy/files/soappy-0.12.0-python-2.5-compat.patch b/dev-python/soappy/files/soappy-0.12.0-python-2.5-compat.patch deleted file mode 100644 index 297bcc4b0c23..000000000000 --- a/dev-python/soappy/files/soappy-0.12.0-python-2.5-compat.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -urN SOAPpy.orig/Client.py SOAPpy/Client.py ---- SOAPpy.orig/Client.py 2005-02-21 21:27:09.000000000 +0100 -+++ SOAPpy/Client.py 2007-01-07 15:46:13.000000000 +0100 -@@ -40,11 +40,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - #import xml.sax - import urllib - from types import * -diff -urN SOAPpy.orig/GSIServer.py SOAPpy/GSIServer.py ---- SOAPpy.orig/GSIServer.py 2005-02-15 17:32:22.000000000 +0100 -+++ SOAPpy/GSIServer.py 2007-01-07 15:46:38.000000000 +0100 -@@ -43,11 +43,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - #import xml.sax - import re - import socket -diff -urN SOAPpy.orig/Server.py SOAPpy/Server.py ---- SOAPpy.orig/Server.py 2005-02-15 17:32:22.000000000 +0100 -+++ SOAPpy/Server.py 2007-01-07 15:46:59.000000000 +0100 -@@ -40,11 +40,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - #import xml.sax - import re - import socket -diff -urN SOAPpy.orig/Types.py SOAPpy/Types.py ---- SOAPpy.orig/Types.py 2005-02-22 05:29:43.000000000 +0100 -+++ SOAPpy/Types.py 2007-01-07 15:47:17.000000000 +0100 -@@ -33,11 +33,11 @@ - ################################################################################ - """ - -+from __future__ import nested_scopes -+ - ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $' - from version import __version__ - --from __future__ import nested_scopes -- - import UserList - import base64 - import cgi |