summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2016-12-04 21:12:58 +0000
committerrodent <rodent@pkgsrc.org>2016-12-04 21:12:58 +0000
commit517b485d38759e5f59ec75e7263448b5cbc66b88 (patch)
treebcb13945f8b7330e505f9ecf29d976b9e1948bb3 /net
parent7cb907836741d7d8613a07fbf044826b68952956 (diff)
downloadpkgsrc-517b485d38759e5f59ec75e7263448b5cbc66b88.tar.gz
It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton platform which weren't packaged. The others are dependencies of the new modules. This was tested on FreeBSD and is based in large part on Richard Palo's (richard@) work. This is the most recent release of the Tryton platform, version 4.2. There's a very large list of changes from the 3.8 series we have in pkgsrc. If you're interested, those functional changes can be found here: http://www.tryton.org/posts/new-tryton-release-42.html http://www.tryton.org/posts/new-tryton-release-40.html
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/py-zeep/DESCR1
-rw-r--r--net/py-zeep/Makefile26
-rw-r--r--net/py-zeep/PLIST133
-rw-r--r--net/py-zeep/distinfo6
5 files changed, 168 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 8c25c2edc6d..1bf96be16e7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1138 2016/12/01 22:28:56 adam Exp $
+# $NetBSD: Makefile,v 1.1139 2016/12/04 21:12:58 rodent Exp $
#
COMMENT= Networking tools
@@ -655,6 +655,7 @@ SUBDIR+= py-twisted
SUBDIR+= py-twisted-docs
SUBDIR+= py-twython
SUBDIR+= py-txamqp
+SUBDIR+= py-zeep
SUBDIR+= py-zmq
SUBDIR+= py-zsi
SUBDIR+= pygopherd
diff --git a/net/py-zeep/DESCR b/net/py-zeep/DESCR
new file mode 100644
index 00000000000..9de5b1e2587
--- /dev/null
+++ b/net/py-zeep/DESCR
@@ -0,0 +1 @@
+A fast and modern Python SOAP client base on lxml/requests.
diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile
new file mode 100644
index 00000000000..39f9ae85bc0
--- /dev/null
+++ b/net/py-zeep/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $
+
+DISTNAME= zeep-0.23.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeep/}
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://docs.python-zeep.org/
+COMMENT= Fast and modern Python SOAP client
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-lxml>=3.0.0:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-isodate>=0.5.1:../../time/py-isodate
+DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.4.1:../../textproc/py-defusedxml
+DEPENDS+= ${PYPKGPREFIX}-cached-property>=1.0.0:../../devel/py-cached-property
+DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
+
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-zeep/PLIST b/net/py-zeep/PLIST
new file mode 100644
index 00000000000..582833a95b9
--- /dev/null
+++ b/net/py-zeep/PLIST
@@ -0,0 +1,133 @@
+@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zeep/__init__.py
+${PYSITELIB}/zeep/__init__.pyc
+${PYSITELIB}/zeep/__init__.pyo
+${PYSITELIB}/zeep/__main__.py
+${PYSITELIB}/zeep/__main__.pyc
+${PYSITELIB}/zeep/__main__.pyo
+${PYSITELIB}/zeep/asyncio/__init__.py
+${PYSITELIB}/zeep/asyncio/__init__.pyc
+${PYSITELIB}/zeep/asyncio/__init__.pyo
+${PYSITELIB}/zeep/asyncio/bindings.py
+${PYSITELIB}/zeep/asyncio/transport.py
+${PYSITELIB}/zeep/cache.py
+${PYSITELIB}/zeep/cache.pyc
+${PYSITELIB}/zeep/cache.pyo
+${PYSITELIB}/zeep/client.py
+${PYSITELIB}/zeep/client.pyc
+${PYSITELIB}/zeep/client.pyo
+${PYSITELIB}/zeep/exceptions.py
+${PYSITELIB}/zeep/exceptions.pyc
+${PYSITELIB}/zeep/exceptions.pyo
+${PYSITELIB}/zeep/helpers.py
+${PYSITELIB}/zeep/helpers.pyc
+${PYSITELIB}/zeep/helpers.pyo
+${PYSITELIB}/zeep/parser.py
+${PYSITELIB}/zeep/parser.pyc
+${PYSITELIB}/zeep/parser.pyo
+${PYSITELIB}/zeep/plugins.py
+${PYSITELIB}/zeep/plugins.pyc
+${PYSITELIB}/zeep/plugins.pyo
+${PYSITELIB}/zeep/transports.py
+${PYSITELIB}/zeep/transports.pyc
+${PYSITELIB}/zeep/transports.pyo
+${PYSITELIB}/zeep/utils.py
+${PYSITELIB}/zeep/utils.pyc
+${PYSITELIB}/zeep/utils.pyo
+${PYSITELIB}/zeep/wsa.py
+${PYSITELIB}/zeep/wsa.pyc
+${PYSITELIB}/zeep/wsa.pyo
+${PYSITELIB}/zeep/wsdl/__init__.py
+${PYSITELIB}/zeep/wsdl/__init__.pyc
+${PYSITELIB}/zeep/wsdl/__init__.pyo
+${PYSITELIB}/zeep/wsdl/bindings/__init__.py
+${PYSITELIB}/zeep/wsdl/bindings/__init__.pyc
+${PYSITELIB}/zeep/wsdl/bindings/__init__.pyo
+${PYSITELIB}/zeep/wsdl/bindings/http.py
+${PYSITELIB}/zeep/wsdl/bindings/http.pyc
+${PYSITELIB}/zeep/wsdl/bindings/http.pyo
+${PYSITELIB}/zeep/wsdl/bindings/soap.py
+${PYSITELIB}/zeep/wsdl/bindings/soap.pyc
+${PYSITELIB}/zeep/wsdl/bindings/soap.pyo
+${PYSITELIB}/zeep/wsdl/definitions.py
+${PYSITELIB}/zeep/wsdl/definitions.pyc
+${PYSITELIB}/zeep/wsdl/definitions.pyo
+${PYSITELIB}/zeep/wsdl/messages/__init__.py
+${PYSITELIB}/zeep/wsdl/messages/__init__.pyc
+${PYSITELIB}/zeep/wsdl/messages/__init__.pyo
+${PYSITELIB}/zeep/wsdl/messages/base.py
+${PYSITELIB}/zeep/wsdl/messages/base.pyc
+${PYSITELIB}/zeep/wsdl/messages/base.pyo
+${PYSITELIB}/zeep/wsdl/messages/http.py
+${PYSITELIB}/zeep/wsdl/messages/http.pyc
+${PYSITELIB}/zeep/wsdl/messages/http.pyo
+${PYSITELIB}/zeep/wsdl/messages/mime.py
+${PYSITELIB}/zeep/wsdl/messages/mime.pyc
+${PYSITELIB}/zeep/wsdl/messages/mime.pyo
+${PYSITELIB}/zeep/wsdl/messages/soap.py
+${PYSITELIB}/zeep/wsdl/messages/soap.pyc
+${PYSITELIB}/zeep/wsdl/messages/soap.pyo
+${PYSITELIB}/zeep/wsdl/parse.py
+${PYSITELIB}/zeep/wsdl/parse.pyc
+${PYSITELIB}/zeep/wsdl/parse.pyo
+${PYSITELIB}/zeep/wsdl/utils.py
+${PYSITELIB}/zeep/wsdl/utils.pyc
+${PYSITELIB}/zeep/wsdl/utils.pyo
+${PYSITELIB}/zeep/wsdl/wsdl.py
+${PYSITELIB}/zeep/wsdl/wsdl.pyc
+${PYSITELIB}/zeep/wsdl/wsdl.pyo
+${PYSITELIB}/zeep/wsse/__init__.py
+${PYSITELIB}/zeep/wsse/__init__.pyc
+${PYSITELIB}/zeep/wsse/__init__.pyo
+${PYSITELIB}/zeep/wsse/username.py
+${PYSITELIB}/zeep/wsse/username.pyc
+${PYSITELIB}/zeep/wsse/username.pyo
+${PYSITELIB}/zeep/wsse/utils.py
+${PYSITELIB}/zeep/wsse/utils.pyc
+${PYSITELIB}/zeep/wsse/utils.pyo
+${PYSITELIB}/zeep/xsd/__init__.py
+${PYSITELIB}/zeep/xsd/__init__.pyc
+${PYSITELIB}/zeep/xsd/__init__.pyo
+${PYSITELIB}/zeep/xsd/builtins.py
+${PYSITELIB}/zeep/xsd/builtins.pyc
+${PYSITELIB}/zeep/xsd/builtins.pyo
+${PYSITELIB}/zeep/xsd/const.py
+${PYSITELIB}/zeep/xsd/const.pyc
+${PYSITELIB}/zeep/xsd/const.pyo
+${PYSITELIB}/zeep/xsd/context.py
+${PYSITELIB}/zeep/xsd/context.pyc
+${PYSITELIB}/zeep/xsd/context.pyo
+${PYSITELIB}/zeep/xsd/elements.py
+${PYSITELIB}/zeep/xsd/elements.pyc
+${PYSITELIB}/zeep/xsd/elements.pyo
+${PYSITELIB}/zeep/xsd/indicators.py
+${PYSITELIB}/zeep/xsd/indicators.pyc
+${PYSITELIB}/zeep/xsd/indicators.pyo
+${PYSITELIB}/zeep/xsd/parser.py
+${PYSITELIB}/zeep/xsd/parser.pyc
+${PYSITELIB}/zeep/xsd/parser.pyo
+${PYSITELIB}/zeep/xsd/printer.py
+${PYSITELIB}/zeep/xsd/printer.pyc
+${PYSITELIB}/zeep/xsd/printer.pyo
+${PYSITELIB}/zeep/xsd/schema.py
+${PYSITELIB}/zeep/xsd/schema.pyc
+${PYSITELIB}/zeep/xsd/schema.pyo
+${PYSITELIB}/zeep/xsd/types.py
+${PYSITELIB}/zeep/xsd/types.pyc
+${PYSITELIB}/zeep/xsd/types.pyo
+${PYSITELIB}/zeep/xsd/utils.py
+${PYSITELIB}/zeep/xsd/utils.pyc
+${PYSITELIB}/zeep/xsd/utils.pyo
+${PYSITELIB}/zeep/xsd/valueobjects.py
+${PYSITELIB}/zeep/xsd/valueobjects.pyc
+${PYSITELIB}/zeep/xsd/valueobjects.pyo
+${PYSITELIB}/zeep/xsd/visitor.py
+${PYSITELIB}/zeep/xsd/visitor.pyc
+${PYSITELIB}/zeep/xsd/visitor.pyo
diff --git a/net/py-zeep/distinfo b/net/py-zeep/distinfo
new file mode 100644
index 00000000000..292145f0a7a
--- /dev/null
+++ b/net/py-zeep/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/12/04 21:13:08 rodent Exp $
+
+SHA1 (zeep-0.23.0.tar.gz) = 5ce6162a6a7f7a88d1dd8deddb57c7649724124e
+RMD160 (zeep-0.23.0.tar.gz) = c58ddcd5667872131e8b1afe6bf4fd18efa746df
+SHA512 (zeep-0.23.0.tar.gz) = 13c1fdefb8eb83c0c37a8cc9fdc12b09117947c573b7fb26f225d08174e37d4eccf768876e8aba147a4ece4d3340dabefc1f1edb8a21a5fd435e3a87ee00fa53
+Size (zeep-0.23.0.tar.gz) = 89608 bytes