Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107133397
D48417.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48417.diff
View Options
diff --git a/comms/Makefile b/comms/Makefile
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -140,6 +140,7 @@
SUBDIR += py-libimobiledevice
SUBDIR += py-libscrc
SUBDIR += py-libusbsio
+ SUBDIR += py-ModbusTCP
SUBDIR += py-nkdfu
SUBDIR += py-pylink-square
SUBDIR += py-pymodbus
diff --git a/comms/py-ModbusTCP/Makefile b/comms/py-ModbusTCP/Makefile
new file mode 100644
--- /dev/null
+++ b/comms/py-ModbusTCP/Makefile
@@ -0,0 +1,25 @@
+
+PORTNAME= pyModbusTCP
+PORTVERSION= 0.3.0
+CATEGORIES= comms python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= kiwi@FreeBSD.org
+COMMENT= Simple Modbus/TCP client library for Python
+WWW= https://github.com/sourceperl/pyModbusTCP
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0:math/py-numpy@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist
+
+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+NO_ARCH= yes
+
+PORTDOCS= *
+
+.include <bsd.port.mk>
diff --git a/comms/py-ModbusTCP/distinfo b/comms/py-ModbusTCP/distinfo
new file mode 100644
--- /dev/null
+++ b/comms/py-ModbusTCP/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1736512419
+SHA256 (pyModbusTCP-0.3.0.tar.gz) = 893a4d88f6a63af21bd35b2b22061355e74005ea27fefc104e8f9bdb4ce81a04
+SIZE (pyModbusTCP-0.3.0.tar.gz) = 31478
diff --git a/comms/py-ModbusTCP/pkg-descr b/comms/py-ModbusTCP/pkg-descr
new file mode 100644
--- /dev/null
+++ b/comms/py-ModbusTCP/pkg-descr
@@ -0,0 +1 @@
+A simple Modbus/TCP client library for Python
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 3:36 PM (34 m, 36 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15755135
Default Alt Text
D48417.diff (1 KB)
Attached To
Mode
D48417: [NEW-PORT] comms/py-ModbusTCP: Simple Modbus/TCP client for python
Attached
Detach File
Event Timeline
Log In to Comment