summaryrefslogtreecommitdiff
path: root/net/py-soappy-devel/files/patch-python25
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-25 20:23:28 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-25 20:23:28 +0000
commit909a8236492954e12fcf9c1bc2c08edb64e8f4a3 (patch)
treec698ad685ad374074d3c2f0b074b409565805c3f /net/py-soappy-devel/files/patch-python25
parent- Update to 1.0-4 (diff)
net/py-soappy-devel: remove
Now, when net/py-soappy was updated to latest version, it is now fresher than this -devel port. There is released development branch and no ports depending on this one, so remove it without deprecation period, and suggest users to switch to net/py-soappy instead.
Notes
Notes: svn path=/head/; revision=390601
Diffstat (limited to 'net/py-soappy-devel/files/patch-python25')
-rw-r--r--net/py-soappy-devel/files/patch-python2556
1 files changed, 0 insertions, 56 deletions
diff --git a/net/py-soappy-devel/files/patch-python25 b/net/py-soappy-devel/files/patch-python25
deleted file mode 100644
index 59027527c954..000000000000
--- a/net/py-soappy-devel/files/patch-python25
+++ /dev/null
@@ -1,56 +0,0 @@
---- ./SOAPpy/Client.py.orig Fri Mar 30 08:44:36 2007
-+++ ./SOAPpy/Client.py Fri Mar 30 08:44:40 2007
-@@ -40,10 +40,10 @@
- ################################################################################
- """
-
-+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
---- ./SOAPpy/GSIServer.py.orig Fri Mar 30 08:44:40 2007
-+++ ./SOAPpy/GSIServer.py Fri Mar 30 08:44:44 2007
-@@ -43,10 +43,10 @@
- ################################################################################
- """
-
-+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
---- ./SOAPpy/Server.py.orig Fri Mar 30 08:44:49 2007
-+++ ./SOAPpy/Server.py Fri Mar 30 08:44:52 2007
-@@ -40,10 +40,10 @@
- ################################################################################
- """
-
-+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
---- ./SOAPpy/Types.py.orig Fri Mar 30 08:44:52 2007
-+++ ./SOAPpy/Types.py Fri Mar 30 08:44:56 2007
-@@ -33,10 +33,10 @@
- ################################################################################
- """
-
-+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