Port details |
- py-paho-mqtt MQTT version 3.1/3.1.1 client class
- 2.1.0 net =3 2.1.0Version of this port present on the latest quarterly branch.
- Maintainer: joe@thrallingpenguin.com
- Port Added: 2015-07-04 09:09:45
- Last Update: 2024-05-25 06:15:11
- Commit Hash: e9e0ef0
- People watching this port, also watch:: py311-six, nextcloud-mail-php82, nextcloud-twofactor_admin-php82, sslscan, nextcloud-twofactor_webauthn-php82
- Also Listed In: python
- License: EPL
- WWW:
- https://www.eclipse.org/paho/
- Description:
- Python MQTT version 3.1/3.1.1 client class
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things"
connectivity protocol. Designed as an extremely lightweight publish/subscribe
messaging transport, it is useful for connections with remote locations where
a small code footprint is required and/or network bandwidth is at a premium.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-paho-mqtt/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-paho-mqtt
- pkg install py39-paho-mqtt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-paho-mqtt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-paho-mqtt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1716429368
SHA256 (paho_mqtt-2.1.0.tar.gz) = 12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834
SIZE (paho_mqtt-2.1.0.tar.gz) = 148848
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- net-im/py-apprise
- security/py-notus-scanner
- security/py-ospd-openvas
- sysutils/py-hared
- sysutils/py-mqttwarn
Configuration Options:
- No options to configure
- Options name:
- net_py-paho-mqtt
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0 25 May 2024 06:15:11 |
Gabriel M. Dutra (dutra) Author: Nicholas Kirby |
net/py-paho-mqtt: Update to 2.1.0
changeLog:
https://github.com/eclipse/paho.mqtt.python/releases/tag/v2.1.0
PR: 279240
Approved by: joe@thrallingpenguin.com (maintainer) |
2.0.0 16 Feb 2024 19:54:29 |
Neel Chauhan (nc) Author: Marek Zarychta |
net/py-paho-mqtt: Update to 2.0.0
Changes: https://pypi.org/project/paho-mqtt/2.0.0/
PR: 276989
Approved by: submitter/maintainer |
1.6.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.6.1 09 Apr 2023 20:41:49 |
Po-Chuan Hsieh (sunpoet) |
net/py-paho-mqtt: Add NO_ARCH
Approved by: portmgr (blanket) |
1.6.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.1 02 Feb 2022 21:06:00 |
Neel Chauhan (nc) Author: Marek Zarychta |
net/py-paho-mqtt: Update to 1.6.1
PR: 261570
Approved by: joe@thrallingpenguin.com (maintainer) |
1.5.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.5.0 08 Aug 2020 15:22:43 |
dvl |
Update to 1.5.0
https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt
PR: 248522
Approved by: joe@thrallingpenguin.com (maintainer) |
1.4.0 05 Sep 2019 17:03:43 |
dvl |
Update to 1.4.0
PR: 240355
Submitted by: dvl
Approved by: joe@thrallingpenguin.com (maintainer) |
1.2 02 Feb 2019 22:08:26 |
yuri |
net/py-paho-mqtt: Update 1.1 -> 1.2
PR: 234899
Submitted by: dvl
Approved by: joe@thrallingpenguin.com (maintainer) |
1.1 04 Jul 2015 09:09:33 |
ohauer |
- add port py-paho-mqtt
This port replace the replace mosquitto python driver
Python MQTT version 3.1/3.1.1 client class
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things"
connectivity protocol. Designed as an extremely lightweight publish/subscribe
messaging transport, it is useful for connections with remote locations where
a small code footprint is required and/or network bandwidth is at a premium.
WWW: http://eclipse.org/paho
PR: 200540
Submitted by: ohauer
Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM) |