Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (65f53e1ec90e0f894017c8b9c954bf355e057ccb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (65f53e1ec90e0f894017c8b9c954bf355e057ccb)
  • Date: Sun, 9 Sep 2007 15:37:49 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

python-devel/soappy/HISTORY | 3 +
python-devel/soappy/PRE_BUILD | 4 ++
python-devel/soappy/import-error.patch | 54
+++++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+)

New commits:
commit 2973b43ee89d6f79e3981564522d74c8fc2fecb8
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

python-devel/soappy:

PRE_BUILD, import-error.patch: added to fix building errors

diff --git a/python-devel/soappy/HISTORY b/python-devel/soappy/HISTORY
index 301d891..06348cf 100644
--- a/python-devel/soappy/HISTORY
+++ b/python-devel/soappy/HISTORY
@@ -1,3 +1,6 @@
+2007-09-10 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD, import-error.patch: added to fix building errors
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/python-devel/soappy/PRE_BUILD b/python-devel/soappy/PRE_BUILD
new file mode 100755
index 0000000..b2b6236
--- /dev/null
+++ b/python-devel/soappy/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+patch -p1 < ${SCRIPT_DIRECTORY}/import-error.patch
diff --git a/python-devel/soappy/import-error.patch
b/python-devel/soappy/import-error.patch
new file mode 100644
index 0000000..185d587
--- /dev/null
+++ b/python-devel/soappy/import-error.patch
@@ -0,0 +1,54 @@
+diff -Nuar SOAPpy-0.12.0.orig/SOAPpy/Client.py SOAPpy-0.12.0/SOAPpy/Client.py
+--- SOAPpy-0.12.0.orig/SOAPpy/Client.py 2005-02-22 01:27:09.000000000
+0500
++++ SOAPpy-0.12.0/SOAPpy/Client.py 2007-09-10 00:52:45.000000000 +0500
+@@ -1,3 +1,5 @@
++from __future__ import nested_scopes
++
+ """
+
################################################################################
+ #
+@@ -43,8 +45,6 @@
+ 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 -Nuar SOAPpy-0.12.0.orig/SOAPpy/Server.py SOAPpy-0.12.0/SOAPpy/Server.py
+--- SOAPpy-0.12.0.orig/SOAPpy/Server.py 2005-02-15 21:32:22.000000000
+0500
++++ SOAPpy-0.12.0/SOAPpy/Server.py 2007-09-10 00:47:21.000000000 +0500
+@@ -1,3 +1,5 @@
++from __future__ import nested_scopes
++
+ """
+
################################################################################
+ #
+@@ -43,8 +45,6 @@
+ 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 -Nuar SOAPpy-0.12.0.orig/SOAPpy/Types.py SOAPpy-0.12.0/SOAPpy/Types.py
+--- SOAPpy-0.12.0.orig/SOAPpy/Types.py 2005-02-22 09:29:43.000000000 +0500
++++ SOAPpy-0.12.0/SOAPpy/Types.py 2007-09-10 00:47:38.000000000 +0500
+@@ -1,3 +1,5 @@
++from __future__ import nested_scopes
++
+ """
+
################################################################################
+ # Copyright (c) 2003, Pfizer
+@@ -36,8 +38,6 @@
+ 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



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (65f53e1ec90e0f894017c8b9c954bf355e057ccb), Pol Vinogradov, 09/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page