summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-02 03:58:14 +0000
committeradam <adam@pkgsrc.org>2019-07-02 03:58:14 +0000
commit5327a03b66111292f3e05cb8663280be07551c2f (patch)
treef8054ea77713c916c34d9721a961e604ea8e71af
parent39a3b630492d27f12ba7108609be3d36cfc6a157 (diff)
downloadpkgsrc-5327a03b66111292f3e05cb8663280be07551c2f.tar.gz
py-zsi: removed (old; better SOAP frameworks exist)
-rw-r--r--net/Makefile3
-rw-r--r--net/py-zsi/DESCR11
-rw-r--r--net/py-zsi/Makefile26
-rw-r--r--net/py-zsi/PLIST127
-rw-r--r--net/py-zsi/distinfo7
-rw-r--r--net/py-zsi/patches/patch-aa20
6 files changed, 1 insertions, 193 deletions
diff --git a/net/Makefile b/net/Makefile
index 3b47e60fe50..c2672e73e11 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1257 2019/07/01 16:02:20 jaapb Exp $
+# $NetBSD: Makefile,v 1.1258 2019/07/02 03:58:14 adam Exp $
#
COMMENT= Networking tools
@@ -732,7 +732,6 @@ SUBDIR+= py-txtorcon
SUBDIR+= py-xandikos
SUBDIR+= py-zeep
SUBDIR+= py-zmq
-SUBDIR+= py-zsi
SUBDIR+= pygopherd
SUBDIR+= qadsl
SUBDIR+= quagga
diff --git a/net/py-zsi/DESCR b/net/py-zsi/DESCR
deleted file mode 100644
index ff455b5ec6c..00000000000
--- a/net/py-zsi/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
-provides an implementation of SOAP messaging, as described in The
-SOAP 1.1 Specification (see http://www.w3.org/TR/soap). It can also
-be used to build applications using SOAP Messages with Attachments.
-(see http://www.w3.org/TR/SOAP-attachments) ZSI is intended to make it
-easier to write web services in Python.
-
-In particular, ZSI parses and generates SOAP messages, and converts
-between native Python datatypes and SOAP syntax. Simple dispatch and
-invocation methods are supported. There are no known bugs. It's only
-known limitation is that it cannot handle multi-dimensional arrays.
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
deleted file mode 100644
index 7c09274294f..00000000000
--- a/net/py-zsi/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2019/04/26 13:14:10 maya Exp $
-
-DISTNAME= ZSI-2.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pywebsvcs.sourceforge.net/
-COMMENT= SOAP implementation
-
-DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml
-
-post-extract:
- ${MV} ${WRKSRC}/scripts/wsdl2py \
- ${WRKSRC}/scripts/wsdl2py${PYVERSSUFFIX}
- ${MV} ${WRKSRC}/scripts/wsdl2dispatch \
- ${WRKSRC}/scripts/wsdl2dispatch${PYVERSSUFFIX}
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-zsi/PLIST b/net/py-zsi/PLIST
deleted file mode 100644
index ff96910f7c9..00000000000
--- a/net/py-zsi/PLIST
+++ /dev/null
@@ -1,127 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:54 wiz Exp $
-bin/wsdl2dispatch${PYVERSSUFFIX}
-bin/wsdl2py${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/ZSI/ServiceContainer.py
-${PYSITELIB}/ZSI/ServiceContainer.pyc
-${PYSITELIB}/ZSI/ServiceContainer.pyo
-${PYSITELIB}/ZSI/ServiceProxy.py
-${PYSITELIB}/ZSI/ServiceProxy.pyc
-${PYSITELIB}/ZSI/ServiceProxy.pyo
-${PYSITELIB}/ZSI/TC.py
-${PYSITELIB}/ZSI/TC.pyc
-${PYSITELIB}/ZSI/TC.pyo
-${PYSITELIB}/ZSI/TCapache.py
-${PYSITELIB}/ZSI/TCapache.pyc
-${PYSITELIB}/ZSI/TCapache.pyo
-${PYSITELIB}/ZSI/TCcompound.py
-${PYSITELIB}/ZSI/TCcompound.pyc
-${PYSITELIB}/ZSI/TCcompound.pyo
-${PYSITELIB}/ZSI/TCnumbers.py
-${PYSITELIB}/ZSI/TCnumbers.pyc
-${PYSITELIB}/ZSI/TCnumbers.pyo
-${PYSITELIB}/ZSI/TCtimes.py
-${PYSITELIB}/ZSI/TCtimes.pyc
-${PYSITELIB}/ZSI/TCtimes.pyo
-${PYSITELIB}/ZSI/__init__.py
-${PYSITELIB}/ZSI/__init__.pyc
-${PYSITELIB}/ZSI/__init__.pyo
-${PYSITELIB}/ZSI/address.py
-${PYSITELIB}/ZSI/address.pyc
-${PYSITELIB}/ZSI/address.pyo
-${PYSITELIB}/ZSI/auth.py
-${PYSITELIB}/ZSI/auth.pyc
-${PYSITELIB}/ZSI/auth.pyo
-${PYSITELIB}/ZSI/client.py
-${PYSITELIB}/ZSI/client.pyc
-${PYSITELIB}/ZSI/client.pyo
-${PYSITELIB}/ZSI/digest_auth.py
-${PYSITELIB}/ZSI/digest_auth.pyc
-${PYSITELIB}/ZSI/digest_auth.pyo
-${PYSITELIB}/ZSI/dispatch.py
-${PYSITELIB}/ZSI/dispatch.pyc
-${PYSITELIB}/ZSI/dispatch.pyo
-${PYSITELIB}/ZSI/fault.py
-${PYSITELIB}/ZSI/fault.pyc
-${PYSITELIB}/ZSI/fault.pyo
-${PYSITELIB}/ZSI/generate/__init__.py
-${PYSITELIB}/ZSI/generate/__init__.pyc
-${PYSITELIB}/ZSI/generate/__init__.pyo
-${PYSITELIB}/ZSI/generate/commands.py
-${PYSITELIB}/ZSI/generate/commands.pyc
-${PYSITELIB}/ZSI/generate/commands.pyo
-${PYSITELIB}/ZSI/generate/containers.py
-${PYSITELIB}/ZSI/generate/containers.pyc
-${PYSITELIB}/ZSI/generate/containers.pyo
-${PYSITELIB}/ZSI/generate/pyclass.py
-${PYSITELIB}/ZSI/generate/pyclass.pyc
-${PYSITELIB}/ZSI/generate/pyclass.pyo
-${PYSITELIB}/ZSI/generate/utility.py
-${PYSITELIB}/ZSI/generate/utility.pyc
-${PYSITELIB}/ZSI/generate/utility.pyo
-${PYSITELIB}/ZSI/generate/wsdl2dispatch.py
-${PYSITELIB}/ZSI/generate/wsdl2dispatch.pyc
-${PYSITELIB}/ZSI/generate/wsdl2dispatch.pyo
-${PYSITELIB}/ZSI/generate/wsdl2python.py
-${PYSITELIB}/ZSI/generate/wsdl2python.pyc
-${PYSITELIB}/ZSI/generate/wsdl2python.pyo
-${PYSITELIB}/ZSI/parse.py
-${PYSITELIB}/ZSI/parse.pyc
-${PYSITELIB}/ZSI/parse.pyo
-${PYSITELIB}/ZSI/resolvers.py
-${PYSITELIB}/ZSI/resolvers.pyc
-${PYSITELIB}/ZSI/resolvers.pyo
-${PYSITELIB}/ZSI/schema.py
-${PYSITELIB}/ZSI/schema.pyc
-${PYSITELIB}/ZSI/schema.pyo
-${PYSITELIB}/ZSI/twisted/WSresource.py
-${PYSITELIB}/ZSI/twisted/WSresource.pyc
-${PYSITELIB}/ZSI/twisted/WSresource.pyo
-${PYSITELIB}/ZSI/twisted/WSsecurity.py
-${PYSITELIB}/ZSI/twisted/WSsecurity.pyc
-${PYSITELIB}/ZSI/twisted/WSsecurity.pyo
-${PYSITELIB}/ZSI/twisted/__init__.py
-${PYSITELIB}/ZSI/twisted/__init__.pyc
-${PYSITELIB}/ZSI/twisted/__init__.pyo
-${PYSITELIB}/ZSI/twisted/client.py
-${PYSITELIB}/ZSI/twisted/client.pyc
-${PYSITELIB}/ZSI/twisted/client.pyo
-${PYSITELIB}/ZSI/typeinterpreter.py
-${PYSITELIB}/ZSI/typeinterpreter.pyc
-${PYSITELIB}/ZSI/typeinterpreter.pyo
-${PYSITELIB}/ZSI/version.py
-${PYSITELIB}/ZSI/version.pyc
-${PYSITELIB}/ZSI/version.pyo
-${PYSITELIB}/ZSI/writer.py
-${PYSITELIB}/ZSI/writer.pyc
-${PYSITELIB}/ZSI/writer.pyo
-${PYSITELIB}/ZSI/wstools/Namespaces.py
-${PYSITELIB}/ZSI/wstools/Namespaces.pyc
-${PYSITELIB}/ZSI/wstools/Namespaces.pyo
-${PYSITELIB}/ZSI/wstools/TimeoutSocket.py
-${PYSITELIB}/ZSI/wstools/TimeoutSocket.pyc
-${PYSITELIB}/ZSI/wstools/TimeoutSocket.pyo
-${PYSITELIB}/ZSI/wstools/UserTuple.py
-${PYSITELIB}/ZSI/wstools/UserTuple.pyc
-${PYSITELIB}/ZSI/wstools/UserTuple.pyo
-${PYSITELIB}/ZSI/wstools/Utility.py
-${PYSITELIB}/ZSI/wstools/Utility.pyc
-${PYSITELIB}/ZSI/wstools/Utility.pyo
-${PYSITELIB}/ZSI/wstools/WSDLTools.py
-${PYSITELIB}/ZSI/wstools/WSDLTools.pyc
-${PYSITELIB}/ZSI/wstools/WSDLTools.pyo
-${PYSITELIB}/ZSI/wstools/XMLSchema.py
-${PYSITELIB}/ZSI/wstools/XMLSchema.pyc
-${PYSITELIB}/ZSI/wstools/XMLSchema.pyo
-${PYSITELIB}/ZSI/wstools/XMLname.py
-${PYSITELIB}/ZSI/wstools/XMLname.pyc
-${PYSITELIB}/ZSI/wstools/XMLname.pyo
-${PYSITELIB}/ZSI/wstools/__init__.py
-${PYSITELIB}/ZSI/wstools/__init__.pyc
-${PYSITELIB}/ZSI/wstools/__init__.pyo
-${PYSITELIB}/ZSI/wstools/c14n.py
-${PYSITELIB}/ZSI/wstools/c14n.pyc
-${PYSITELIB}/ZSI/wstools/c14n.pyo
-${PYSITELIB}/ZSI/wstools/logging.py
-${PYSITELIB}/ZSI/wstools/logging.pyc
-${PYSITELIB}/ZSI/wstools/logging.pyo
diff --git a/net/py-zsi/distinfo b/net/py-zsi/distinfo
deleted file mode 100644
index 25ebfee3dee..00000000000
--- a/net/py-zsi/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:33 agc Exp $
-
-SHA1 (ZSI-2.0.tar.gz) = e691d9610f04afad9cf62f7990cfd3b4df47ff01
-RMD160 (ZSI-2.0.tar.gz) = 9fc0171e03f759cbab89046916d979c5505ba5b8
-SHA512 (ZSI-2.0.tar.gz) = eb1aca6ceb9e2f6c53e472f8f2aa593ace8dc5a365d21b6369520f81d8645aa7d0154a7445a048cd0618fce8cfc40092070a709d0e2025957044530525b348c3
-Size (ZSI-2.0.tar.gz) = 805956 bytes
-SHA1 (patch-aa) = 9fa3a914a5bcd2302bce33f7661fb69c0754ddcc
diff --git a/net/py-zsi/patches/patch-aa b/net/py-zsi/patches/patch-aa
deleted file mode 100644
index 89081c2bc92..00000000000
--- a/net/py-zsi/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2008/03/18 23:22:14 drochner Exp $
-
---- setup.py.orig 2006-09-28 00:55:49.000000000 +0200
-+++ setup.py
-@@ -3,8 +3,4 @@
- import sys
--try:
-- from setuptools import setup
-- hasSetuptools = True
--except ImportError:
-- from distutils.core import setup
-- hasSetuptools = False
-+from distutils.core import setup
-+hasSetuptools = False
-
-@@ -52,3 +48,3 @@ if hasSetuptools:
- else:
-- additional_params['scripts'] = ["scripts/wsdl2py", "scripts/wsdl2dispatch"]
-+ additional_params['scripts'] = ["scripts/wsdl2py" + sys.version[0:3], "scripts/wsdl2dispatch" + sys.version[0:3]]
-