summaryrefslogtreecommitdiff
path: root/net/py-soappy/files/patch-python25
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-06-25 20:05:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-06-25 20:05:43 +0000
commite39e0ababd9ffb6cd76ac6fb661860fda373da19 (patch)
tree98807179402f82c60511e5c04bf2858825014f16 /net/py-soappy/files/patch-python25
parentdevel/py-libzfs: add missing run dependency (diff)
net/py-soappy: Update version 0.11.6=>0.12.22
- Change MASTER_SITES to CHEESESHOP as SF is no longer maintained - Limit python version to 2.x only (still not compatible with 3.x) - Remove dependency on py-fpconst - it was dropped in 0.12.6 - Update offsite url - Although there is no LICENSE file in CHEESESHOP distfile but the actual LICENSE file is maintained in GH repo Submitted by: rm
Notes
Notes: svn path=/head/; revision=390596
Diffstat (limited to 'net/py-soappy/files/patch-python25')
-rw-r--r--net/py-soappy/files/patch-python2556
1 files changed, 0 insertions, 56 deletions
diff --git a/net/py-soappy/files/patch-python25 b/net/py-soappy/files/patch-python25
deleted file mode 100644
index 2970754d4f8a..000000000000
--- a/net/py-soappy/files/patch-python25
+++ /dev/null
@@ -1,56 +0,0 @@
---- ./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