aboutsummaryrefslogtreecommitdiff
path: root/net/py-zeep
Commit message (Collapse)AuthorAgeFilesLines
* net/py-zeep: Update version 4.0.0=>4.1.0Muhammad Moinur Rahman2021-09-282-6/+5
| | | | Relnotes: https://docs.python-zeep.org/en/master/changes.html
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* Remove logic for Python < 3.6 for ports using Python 3.6+Rene Ladan2021-01-111-8/+3
| | | | Notes: svn path=/head/; revision=561252
* - Bump PORTREVISION. devel/py-defusedxml was updatedJose Alonso Cardenas Marquez2021-01-071-0/+1
| | | | Notes: svn path=/head/; revision=560671
* net/py-zeep: Update version 3.4.0=>4.0.0Muhammad Moinur Rahman2020-10-252-5/+5
| | | | | | | | | -Drop support for python 2.7 Relnotes: https://docs.python-zeep.org/en/master/changes.html Notes: svn path=/head/; revision=553289
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* Update RUN_DEPENDS: match setup.pySunpoet Po-Chuan Hsieh2020-03-011-1/+1
| | | | | | | | | | | | from setup.py: tornado_require = [ 'tornado>=4.0.2,<5' ] With hat: python Notes: svn path=/head/; revision=527538
* Unbreak w3af, py-zeep seems to work fine with python 2.7Antoine Brodin2019-12-311-1/+1
| | | | Notes: svn path=/head/; revision=521644
* net/py-zeep: Update version 3.3.1=>3.4.0Muhammad Moinur Rahman2019-06-112-4/+4
| | | | Notes: svn path=/head/; revision=503943
* [NEW] net/py-zeep: Modern/fast Python SOAP client based on lxml / requestsMuhammad Moinur Rahman2019-04-123-0/+56
A fast and modern Python SOAP client - Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy - Build on top of lxml and requests - Support for Soap 1.1, Soap 1.2 and HTTP bindings - Support for WS-Addressing headers - Support for WSSE (UserNameToken / x.509 signing) - Support for tornado async transport via gen.coroutine (Python 2.7+) - Support for asyncio via aiohttp (Python 3.5+) - Experimental support for XOP messages WWW: https://python-zeep.readthedocs.io/ Notes: svn path=/head/; revision=498767