aboutsummaryrefslogtreecommitdiff
path: root/comms/py-pymodbus
Commit message (Collapse)AuthorAgeFilesLines
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-0/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* comms/py-pymodbus: Update to 3.5.2Christian Ullrich2023-09-102-4/+4
| | | | | | | | 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
* comms/py-pymodbus: Update to 3.4.1Christian Ullrich2023-08-132-7/+7
| | | | | | Changelog: https://pymodbus.readthedocs.io/en/latest/changelog.html PR: 273045
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* comms/py-pymodbus: Update to 3.3.0Wen Heping2023-06-042-4/+4
| | | | | PR: 271807 Reported by: maintainer
* comms/py-pymodbus: update to 3.2.2Christian Ullrich2023-03-282-4/+4
| | | | | | | | | 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)
* comms/py-pymodbus: Update to 3.2.0Wen Heping2023-03-182-4/+4
| | | | | PR: 270073 Reported by: maintainer
* comms/py-pymodbus: update to 3.1.3Christian Ullrich2023-02-242-4/+4
| | | | | | | | 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
* comms/py-pymodbus: Update to 3.1.2Christian Ullrich2023-01-302-4/+4
| | | | | ChangeLog: https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst PR: 269168
* comms/py-pymodbus: Add new portChristian Ullrich2023-01-204-0/+56
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