Port details |
- py-zeep Modern/fast Python SOAP client based on lxml / requests
- 4.3.1 net =2 4.2.1_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2019-04-12 22:00:21
- Last Update: 2024-10-19 11:13:45
- Commit Hash: 8ec05ab
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE MIT
- WWW:
- https://python-zeep.readthedocs.io/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}zeep>0:net/py-zeep@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-zeep/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-zeep
- pkg install py311-zeep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-zeep listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zeep
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729330253
SHA256 (zeep-4.3.1.tar.gz) = f45385e9e1b09d5550e0f51ab9fa7c6842713cab7194139372fd82a99c56a06e
SIZE (zeep-4.3.1.tar.gz) = 166468
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sphinx>=1.4.0,1 : textproc/py-sphinx@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-attrs>=17.2.0 : devel/py-attrs@py311
- py311-isodate>=0.5.4 : devel/py-isodate@py311
- py311-lxml>=4.6.0 : devel/py-lxml@py311
- py311-platformdirs>=1.4.0 : devel/py-platformdirs@py311
- py311-pytz>0 : devel/py-pytz@py311
- py311-requests>=2.7.0 : www/py-requests@py311
- py311-requests-file>=1.5.1 : www/py-requests-file@py311
- py311-requests-toolbelt>=0.7.1 : www/py-requests-toolbelt@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- finance/odoo
- finance/odoo14
- finance/odoo15
- finance/odoo16
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-zeep-4.3.1:
ASYNC=off: Asynchronous IO using the httpx library
XMLSEC=off: Support for XML-Security
===> Use 'make config' to modify these settings
- Options name:
- net_py-zeep
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.1 19 Oct 2024 11:13:45 |
Muhammad Moinur Rahman (bofh) |
net/py-zeep: Update version 4.3.0=>4.3.1
Changelog: https://github.com/mvantellingen/python-zeep/releases/tag/4.3.1 |
4.3.0 15 Oct 2024 06:19:16 |
Muhammad Moinur Rahman (bofh) |
net/py-zeep: Update version 4.2.1=>4.3.0
Changelog: https://github.com/mvantellingen/python-zeep/releases/tag/4.3.0 |
4.2.1_1 18 Aug 2024 07:45:25 |
Muhammad Moinur Rahman (bofh) Author: Christian Ullrich |
net/py-zeep: Update dependencies
PR: 280594 |
4.2.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.2.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.2.1 31 Dec 2022 21:58:56 |
Muhammad Moinur Rahman (bofh) |
net/py-zeep: Update version 4.2.0=>4.2.1
Relnotes: https://github.com/mvantellingen/python-zeep/releases/tag/4.2.1 |
4.2.0 05 Nov 2022 20:38:20 |
Muhammad Moinur Rahman (bofh) |
net/py-zeep: Update version 4.1.0=>4.2.0
- Drop support for python 3.6
Relnotes:
https://github.com/mvantellingen/python-zeep/releases/tag/4.2.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.1.0 28 Sep 2021 03:53:49 |
Muhammad Moinur Rahman (bofh) |
net/py-zeep: Update version 4.0.0=>4.1.0
Relnotes: https://docs.python-zeep.org/en/master/changes.html |
4.0.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0_1 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
4.0.0_1 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
4.0.0_1 07 Jan 2021 02:18:03 |
acm |
- Bump PORTREVISION. devel/py-defusedxml was updated |
4.0.0 25 Oct 2020 20:17:43 |
bofh |
net/py-zeep: Update version 3.4.0=>4.0.0
-Drop support for python 2.7
Relnotes: https://docs.python-zeep.org/en/master/changes.html |
3.4.0 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- 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
(Only the first 15 lines of the commit message are shown above ) |
3.4.0 01 Mar 2020 06:51:16 |
sunpoet |
Update RUN_DEPENDS: match setup.py
from setup.py:
tornado_require = [
'tornado>=4.0.2,<5'
]
With hat: python |
3.4.0 31 Dec 2019 16:53:30 |
antoine |
Unbreak w3af, py-zeep seems to work fine with python 2.7 |
3.4.0 11 Jun 2019 08:22:24 |
bofh |
net/py-zeep: Update version 3.3.1=>3.4.0 |
3.3.1 12 Apr 2019 22:00:11 |
bofh |
[NEW] net/py-zeep: Modern/fast Python SOAP client based on lxml / requests
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/ |