summaryrefslogtreecommitdiff
path: root/net
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
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')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-soappy-devel/Makefile37
-rw-r--r--net/py-soappy-devel/distinfo2
-rw-r--r--net/py-soappy-devel/files/patch-python2556
-rw-r--r--net/py-soappy-devel/pkg-descr3
5 files changed, 0 insertions, 99 deletions
diff --git a/net/Makefile b/net/Makefile
index bd7be1cf7aa6..a0438719f320 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -955,7 +955,6 @@
SUBDIR += py-smb
SUBDIR += py-smbpasswd
SUBDIR += py-soappy
- SUBDIR += py-soappy-devel
SUBDIR += py-soapy
SUBDIR += py-speedtest-cli
SUBDIR += py-suds
diff --git a/net/py-soappy-devel/Makefile b/net/py-soappy-devel/Makefile
deleted file mode 100644
index 2bf4e4131358..000000000000
--- a/net/py-soappy-devel/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Alexander Leidinger
-# $FreeBSD$
-
-PORTNAME= soappy
-PORTVERSION= 0.12.0
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -devel
-DISTNAME= SOAPpy-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SOAP implementation
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fpconst>0:${PORTSDIR}/math/py-fpconst
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-NO_ARCH= yes
-USES= python:2
-USE_PYTHON= autoplist distutils
-
-CONFLICTS= py*-soappy-0.11.*
-
-PORTDOCS= *
-PORTDATA= *
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/validate/* ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/net/py-soappy-devel/distinfo b/net/py-soappy-devel/distinfo
deleted file mode 100644
index c86a8e21605c..000000000000
--- a/net/py-soappy-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (SOAPpy-0.12.0.tar.gz) = 2d1fdacc9ca74412e2b1b1c44310679b7bcd23edb0a84359b2803e90e3e54009
-SIZE (SOAPpy-0.12.0.tar.gz) = 176199
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
diff --git a/net/py-soappy-devel/pkg-descr b/net/py-soappy-devel/pkg-descr
deleted file mode 100644
index d4619cecf69c..000000000000
--- a/net/py-soappy-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A SOAP implementation for python.
-
-WWW: http://pywebsvcs.sourceforge.net/