textproc/glimpse is outdated, dead and many alternatives are around; this
old tkman port is the only user and can be used without glimpse.
Maintainer timeout
OK kmos on complete removal of the port
OK schwarze who prodded removing the dependency
sadly, gpsd uses scons as a build system, which is python2 only, thus
tries to load py-cairo and py-gobject3 to detect their presence. We
enfore the RUN_DEPENDS on the python3 version of those, so no need for
this check.
to be revisited if scons switches to python3 someday.
Fixes packaging problem when py-cairo/py-gobject3 are missing as
reported by ajacoutot@
The generated binaries from libosinfo used to include _Unwind_* symbols, they
were unresolved on clang+ld.bfd archs, with possible consequences at runtime
on lld archs. Drop '-fexceptions', so we don't generate such symbols.
Also remove a trailing whitespace in osinfo's Makefile. Thanks to sthen
and aja for hints!
OK aja@ (maintainer)
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.