From 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 30 Jul 2007 09:42:28 +0000 Subject: - Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav --- net/py-soappy/files/patch-python25 | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 net/py-soappy/files/patch-python25 (limited to 'net/py-soappy/files/patch-python25') diff --git a/net/py-soappy/files/patch-python25 b/net/py-soappy/files/patch-python25 new file mode 100644 index 000000000000..2970754d4f8a --- /dev/null +++ b/net/py-soappy/files/patch-python25 @@ -0,0 +1,56 @@ +--- ./SOAPpy/Client.py.orig Fri Mar 30 08:41:24 2007 ++++ ./SOAPpy/Client.py Fri Mar 30 08:41:31 2007 +@@ -40,10 +40,10 @@ + ################################################################################ + """ + ++from __future__ import nested_scopes + ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' + from version import __version__ + +-from __future__ import nested_scopes + + #import xml.sax + import urllib +--- ./SOAPpy/GSIServer.py.orig Fri Mar 30 08:41:46 2007 ++++ ./SOAPpy/GSIServer.py Fri Mar 30 08:42:16 2007 +@@ -43,10 +43,10 @@ + ################################################################################ + """ + ++from __future__ import nested_scopes + ident = '$Id: GSIServer.py,v 1.4 2004/02/04 03:21:02 irjudson Exp $' + from version import __version__ + +-from __future__ import nested_scopes + + #import xml.sax + import re +--- ./SOAPpy/Server.py.orig Fri Mar 30 08:41:53 2007 ++++ ./SOAPpy/Server.py Fri Mar 30 08:42:24 2007 +@@ -40,10 +40,10 @@ + ################################################################################ + """ + ++from __future__ import nested_scopes + ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' + from version import __version__ + +-from __future__ import nested_scopes + + #import xml.sax + import re +--- ./SOAPpy/Types.py.orig Fri Mar 30 08:41:56 2007 ++++ ./SOAPpy/Types.py Fri Mar 30 08:42:29 2007 +@@ -33,10 +33,10 @@ + ################################################################################ + """ + ++from __future__ import nested_scopes + ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' + from version import __version__ + +-from __future__ import nested_scopes + + import UserList + import base64 -- cgit v1.2.3