13 Commits

Author SHA1 Message Date
sthen
e6dba44ee9 use MODPY_PYBUILD for most of net/ 2022-11-13 19:37:40 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
ajacoutot
0e1ac1fd3e Update to py3-zeroconf-0.28.8.
ok jung@ (maintainer)
2021-03-05 15:49:12 +00:00
ajacoutot
46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
7805838052 Move to python3 FLAVOR instead of MODPY_DEFAULT_VERSION_3 since it's
module.
2020-04-21 15:49:35 +00:00
gonzalo
bd21b70427 Small update for py3-zeroconf to 0.24.4:
https://pypi.org/project/zeroconf/0.24.4/

OK jung@ (maintainer)
2020-01-16 09:49:31 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
ajacoutot
5983c738a0 Update to py3-zeroconf-0.21.3.
- drop python2 support
maintainer timeout
2019-03-16 08:03:23 +00:00
jung
9b9b8cec59 import net/py-zeroconf
ok danj

$ cat pkg/DESCR
This is fork of pyzeroconf, Multicast DNS Service Discovery for Python,
originally by Paul Scott-Murphy (https://github.com/paulsm/pyzeroconf),
modified by William McBrine (https://github.com/wmcbrine/pyzeroconf).

The original William McBrine's fork note:

   This fork is used in all of my TiVo-related projects: HME for Python (and
   therefore HME/VLC), Network Remote, Remote Proxy, and pyTivo.  Before this,
   I was tracking the changes for zeroconf.py in three separate repos.
   I figured I should have an authoritative source.

Although I make changes based on my experience with TiVos, I expect that
they're generally applicable. This version also includes patches found on the
now-defunct (?) Launchpad repo of pyzeroconf, and elsewhere around the net --
not always well-documented, sorry.  Compatible with:

   - Bonjour
   - Avahi

Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf:

   - isn't tied to Bonjour or Avahi
   - doesn't use D-Bus
   - doesn't force you to use particular event loop or Twisted
   - is pip-installable
   - has PyPI distribution
2018-01-19 22:23:58 +00:00