Commit graph

9 commits

Author SHA1 Message Date
Christian Ullrich
d091b33f59 comms/py-pymodbus: Update to 3.5.2
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.0
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.1
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.2

PR:		273469
2023-09-10 12:13:06 -04:00
Christian Ullrich
bbbf8e3fb5 comms/py-pymodbus: Update to 3.4.1
Changelog: https://pymodbus.readthedocs.io/en/latest/changelog.html

PR:		273045
2023-08-13 11:35:33 +02:00
Rene Ladan
3d9a815d9c 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>
2023-06-27 21:34:34 +02:00
Wen Heping
c5d7902b75 comms/py-pymodbus: Update to 3.3.0
PR:		271807
Reported by:	maintainer
2023-06-04 16:59:37 +08:00
Christian Ullrich
707598a78b comms/py-pymodbus: update to 3.2.2
Changelog:
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.1
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.2

PR:		270375
Reported by:	Christian Ullrich <chris@chrullrich.net> (maintainer)
2023-03-28 09:49:41 +09:00
Wen Heping
a4048d06b5 comms/py-pymodbus: Update to 3.2.0
PR:		270073
Reported by:	maintainer
2023-03-18 18:46:59 +08:00
Christian Ullrich
abf4f02506 comms/py-pymodbus: update to 3.1.3
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.1.3

PR:		269594
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38722
2023-02-24 09:49:12 +01:00
Christian Ullrich
b9a68deaa9 comms/py-pymodbus: Update to 3.1.2
ChangeLog:	https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst
PR:		269168
2023-01-30 10:35:57 +00:00
Christian Ullrich
f665aa3933 comms/py-pymodbus: Add new port
Pymodbus is a full Modbus protocol implementation offering
asynchronous communications. It can also be used without any
third party dependencies (aside from pyserial) if a more
lightweight project is needed.

PR:		251614
2023-01-20 12:50:24 +01:00