pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net py-zsi: removed (old; better SOAP frameworks exist)
details: https://anonhg.NetBSD.org/pkgsrc/rev/24cc90fb861f
branches: trunk
changeset: 335844:24cc90fb861f
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jul 02 03:58:14 2019 +0000
description:
py-zsi: removed (old; better SOAP frameworks exist)
diffstat:
net/Makefile | 3 +-
net/py-zsi/DESCR | 11 ---
net/py-zsi/Makefile | 26 ---------
net/py-zsi/PLIST | 127 --------------------------------------------
net/py-zsi/distinfo | 7 --
net/py-zsi/patches/patch-aa | 20 ------
6 files changed, 1 insertions(+), 193 deletions(-)
diffs (228 lines):
diff -r cf158bb612d1 -r 24cc90fb861f net/Makefile
--- a/net/Makefile Tue Jul 02 03:54:03 2019 +0000
+++ b/net/Makefile Tue Jul 02 03:58:14 2019 +0000
@@ -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-xandikos
SUBDIR+= py-zeep
SUBDIR+= py-zmq
-SUBDIR+= py-zsi
SUBDIR+= pygopherd
SUBDIR+= qadsl
SUBDIR+= quagga
diff -r cf158bb612d1 -r 24cc90fb861f net/py-zsi/DESCR
--- a/net/py-zsi/DESCR Tue Jul 02 03:54:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cf158bb612d1 -r 24cc90fb861f net/py-zsi/Makefile
--- a/net/py-zsi/Makefile Tue Jul 02 03:54:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r cf158bb612d1 -r 24cc90fb861f net/py-zsi/PLIST
--- a/net/py-zsi/PLIST Tue Jul 02 03:54:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cf158bb612d1 -r 24cc90fb861f net/py-zsi/distinfo
--- a/net/py-zsi/distinfo Tue Jul 02 03:54:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cf158bb612d1 -r 24cc90fb861f net/py-zsi/patches/patch-aa
--- a/net/py-zsi/patches/patch-aa Tue Jul 02 03:54:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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]]
-
Home |
Main Index |
Thread Index |
Old Index