diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:41:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:41:54 -0600 |
commit | 5716ba5fa4d6dc055b46164f412fc4aeddec7eb2 (patch) | |
tree | d10042d0cf321bf8f4e79be5b7b64a5bffb7f836 | |
parent | b6c2a9f39ea60bdbbbdd3445400c6fe82f414f7a (diff) | |
download | slackbuilds-5716ba5fa4d6dc055b46164f412fc4aeddec7eb2.tar.gz |
libraries/SOAPpy: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/SOAPpy/SOAPpy.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/SOAPpy/imports.patch | 48 | ||||
-rw-r--r-- | libraries/SOAPpy/imports.patch.gz | bin | 428 -> 0 bytes |
3 files changed, 49 insertions, 1 deletions
diff --git a/libraries/SOAPpy/SOAPpy.SlackBuild b/libraries/SOAPpy/SOAPpy.SlackBuild index c8c72245d0..08215d32d7 100644 --- a/libraries/SOAPpy/SOAPpy.SlackBuild +++ b/libraries/SOAPpy/SOAPpy.SlackBuild @@ -63,7 +63,7 @@ find . \ chmod 644 docs/*.txt # Fix imports from future order -zcat $CWD/imports.patch.gz | patch -p1 +patch -p1 < $CWD/imports.patch python setup.py install --root=$PKG diff --git a/libraries/SOAPpy/imports.patch b/libraries/SOAPpy/imports.patch new file mode 100644 index 0000000000..efb2931e6b --- /dev/null +++ b/libraries/SOAPpy/imports.patch @@ -0,0 +1,48 @@ +diff -Naur SOAPpy-0.11.6.orig/SOAPpy/Client.py SOAPpy-0.11.6/SOAPpy/Client.py +--- SOAPpy-0.11.6.orig/SOAPpy/Client.py 2004-04-27 17:45:58.000000000 +0200 ++++ SOAPpy-0.11.6/SOAPpy/Client.py 2009-03-13 13:15:11.000000000 +0100 +@@ -40,10 +40,10 @@ + ################################################################################ + """ + +-ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' ++from __future__ import nested_scopes + from version import __version__ + +-from __future__ import nested_scopes ++ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' + + #import xml.sax + import urllib +diff -Naur SOAPpy-0.11.6.orig/SOAPpy/Server.py SOAPpy-0.11.6/SOAPpy/Server.py +--- SOAPpy-0.11.6.orig/SOAPpy/Server.py 2004-04-28 23:47:10.000000000 +0200 ++++ SOAPpy-0.11.6/SOAPpy/Server.py 2009-03-13 13:15:11.000000000 +0100 +@@ -40,10 +40,10 @@ + ################################################################################ + """ + +-ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' ++from __future__ import nested_scopes + from version import __version__ + +-from __future__ import nested_scopes ++ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' + + #import xml.sax + import re +diff -Naur SOAPpy-0.11.6.orig/SOAPpy/Types.py SOAPpy-0.11.6/SOAPpy/Types.py +--- SOAPpy-0.11.6.orig/SOAPpy/Types.py 2004-09-11 05:03:33.000000000 +0200 ++++ SOAPpy-0.11.6/SOAPpy/Types.py 2009-03-13 13:15:11.000000000 +0100 +@@ -33,10 +33,10 @@ + ################################################################################ + """ + +-ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' ++from __future__ import nested_scopes + from version import __version__ + +-from __future__ import nested_scopes ++ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' + + import UserList + import base64 diff --git a/libraries/SOAPpy/imports.patch.gz b/libraries/SOAPpy/imports.patch.gz Binary files differdeleted file mode 100644 index 35ede1ee1b..0000000000 --- a/libraries/SOAPpy/imports.patch.gz +++ /dev/null |