Commit Graph

8 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
c715eab9a5 drop RCS Ids 2022-03-11 19:38:05 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
bluhm
97b0489ca6 update py-opcua-widgets to 0.5.10 2020-12-11 21:34:18 +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
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