Port details |
- py-zeroconf Pure python implementation of multicast DNS service discovery
- 0.132.2 net =3 0.132.2Version of this port present on the latest quarterly branch.
- Maintainer: jhixson@FreeBSD.org
- Port Added: 2018-04-12 17:20:33
- Last Update: 2024-08-04 17:14:33
- Commit Hash: 2ad6c09
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: LGPL21+
- WWW:
- https://github.com/python-zeroconf/python-zeroconf
- Description:
- A pure Python implementation of multicast DNS service discovery.
Compatible with:
- Bonjour
- Avahi
- ¦ ¦ ¦ ¦
- 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}zeroconf>0:net/py-zeroconf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-zeroconf/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-zeroconf
- pkg install py311-zeroconf
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 py311-zeroconf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zeroconf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1719968467
SHA256 (python-zeroconf-python-zeroconf-0.132.2_GH0.tar.gz) = a0188086e1806d19bf49f797b25a1eba9b14e60422931188af287a98b304b80e
SIZE (python-zeroconf-python-zeroconf-0.132.2_GH0.tar.gz) = 184339
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:
-
- cython3>=3.0.8 : lang/cython3
- py311-poetry-core>=1.5.2 : devel/py-poetry-core@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- py311-wheel>=0.40.0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-asyncio>=0.20.3 : devel/py-pytest-asyncio@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-async_timeout>=3.0.1 : devel/py-async_timeout@py311
- py311-ifaddr>=0.1.7 : net/py-ifaddr@py311
- py311-pep8-naming>=0.12.0 : devel/py-pep8-naming@py311
- py311-pytest>=8.0.0 : devel/py-pytest@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- deskutils/calibre
- for Run
-
- cad/cura
- deskutils/calibre
- net/py-pychromecast
- net-p2p/warpinator
Configuration Options:
- No options to configure
- Options name:
- net_py-zeroconf
- USES:
- cpe python
- 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 |
0.132.2 04 Aug 2024 17:14:33 |
Po-Chuan Hsieh (sunpoet) |
net/py-zeroconf: Fix incorrect py-poetry* usage
Approved by: portmgr (blanket)
With hat: python |
0.132.2 03 Jul 2024 21:12:14 |
John Hixson (jhixson) |
net/py-zeroconf: Update to version 0.132.2 |
0.39.4_1 02 Jul 2024 19:27:37 |
John Hixson (jhixson) |
net/py-zeroconf: revert to 0.39.4
- Not passing poudriere tests for some FreeBSD versions |
0.132.2 29 Jun 2024 18:05:16 |
John Hixson (jhixson) |
net/py-zeroconf: update to version 0.132.2 |
0.39.4_1 15 Dec 2023 15:12:36 |
Guido Falsi (madpilot) |
net/py-zeroconf: Add missing dependency
PR: 275291
Approved by: jhixson@ (maintainer timeout)
MFH: 2023Q4 |
0.39.4 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> |
0.39.4 02 Dec 2022 22:38:47 |
John Hixson (jhixson) |
net/py-zeroconf: update to 0.39.4 |
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) |
0.37.0 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 ) |
0.37.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.37.0 13 Dec 2021 23:32:19 |
John Hixson (jhixson) |
net/py-zeroconf: Update to 0.37.0 |
0.36.0 18 Aug 2021 03:12:32 |
John Hixson (jhixson) |
net/py-zeroconf: update to version 0.36.0 |
0.30.0 27 May 2021 02:34:46 |
John Hixson (jhixson) |
net/py-zeroconf: update to version 0.30.0 |
0.29.0 23 Apr 2021 23:12:53 |
John Hixson (jhixson) |
net/py-zeroconf: update to version 0.29.0 |
0.28.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.28.8 04 Feb 2021 00:52:56 |
jhixson |
net/py-zeroconf: update to version 0.28.8 |
0.28.5 12 Sep 2020 19:25:23 |
jhixson |
net/py-zeroconf: update to version 0.28.5 |
0.28.3 04 Sep 2020 23:09:19 |
jhixson |
net/py-zeroconf: update to version 0.28.3 |
0.28.0 24 Jul 2020 19:41:24 |
jhixson |
net/py-zeroconf: update to version 0.28.0 |
0.27.1 08 Jun 2020 20:08:37 |
jhixson |
net/py-zeroconf: update to 0.27.1 |
0.27.0 03 Jun 2020 16:20:14 |
jhixson |
net/py-zeroconf: update to version 0.27.0 |
0.26.1 23 May 2020 02:12:24 |
jhixson |
net/py-zeroconf: update to version 0.26.1 |
0.25.0 09 Apr 2020 18:41:42 |
jhixson |
net/py-zeroconf: update to 0.25.0 |
0.24.5 24 Mar 2020 01:56:05 |
jhixson |
net/py-zeroconf: update to 0.24.5 |
0.23.0 29 Jun 2019 15:47:33 |
jhixson |
net/py-zeroconf: update to 0.23.0
Approved by: mentors (implicit) |
0.21.3_3 11 Mar 2019 10:20:26 |
0mp |
net/py-zeroconf: Update dependencies and add tests
- Set LICENSE_FILE
- Add tests
- One test (test_lots_of_names) is disabled now as it fails
- Remove six from dependencies (support for Python 2 was dropped in
https://github.com/jstasiak/python-zeroconf/commit/f22f421e4e6bf1ca7671b1eb540ba09fbf1e04b1)
- Improve package description
PR: 236019
Reviewed by: mat
Approved by: mat (mentor), maintainer timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D19269 |
0.21.3_2 01 Feb 2019 16:41:29 |
jhixson |
net/py-zeroconf: update dependencies
- Starting with release 0.21.3, due to a bug, py-zeroconf has changed
from using the netifaces module to using ifaddr, see
https://github.com/jstasiak/python-zeroconf/commit/7c0500ee19869ce0e85e58a26b8fdb0868e0b142#diff-2eeaed663bd0d25b7e608891384b7298
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19014 |
0.21.3 28 Jan 2019 18:31:26 |
jhixson |
net/py-zeroconf: Update to 0.21.3
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18972 |
07 Aug 2018 12:13:48
|
jhixson |
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592 |
0.20.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.20.0 25 May 2018 00:13:58 |
swills |
net/py-zeroconf: update to 0.20.0
PR: 228472
Submitted by: jhixson@gmail.com (maintainer) |
0.19.1 12 Apr 2018 17:20:19 |
wg |
net/py-zeroconf: Pure python implementation of multicast DNS service discovery
WWW: https://github.com/jstasiak/python-zeroconf
Submitted by: John Hixson |