8 Commits

Author SHA1 Message Date
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bluhm
97b0489ca6 update py-opcua-widgets to 0.5.10 2020-12-11 21:34:18 +00:00
bluhm
f819bd9744 update py3-opcua to 0.98.12 2020-08-21 15:27:50 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
bluhm
8fd9d68113 update py3-opcua-widgets to 0.5.9 2020-06-19 16:17:12 +00:00
bluhm
9d06910e57 update py3-opcua to 0.98.11 2020-06-19 16:14:57 +00:00
bluhm
6348497e08 import freeopcua python tools
OK jca@

py3-opcua-0.98.9

Comment:
pure Python OPC UA client and server library

Description:
Pure Python OPC UA / IEC 62541 Client and Server Python 2, 3 and
pypy.  OPC UA binary protocol implementation is quasi complete and
has been tested against many different OPC UA stacks.  API offers
both a low level interface to send and receive all UA defined
structures and high level classes allowing to write a server or a
client in a few lines.  It is easy to mix high level objects and
low level UA calls in one application.

py3-opcua-widgets-0.5.8

Comment:
widgets for OPC UA

Description:
Common widgets for opcua-modeler and opcua-client-gui.

opcua-client-gui-0.8.0

Comment:
minimal OPC UA client GUI

Description:
Simple OPC-UA GUI client.  Written using freeopcua python api and
pyqt.  Most needed functionalities are implemented including
subscribing for data changes and events, write variable values
listing attributes and references, and call methods.
2020-06-16 20:30:05 +00:00