Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147524898
D19269.id54136.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
D19269.id54136.diff
View Options
Index: net/py-zeroconf/Makefile
===================================================================
--- net/py-zeroconf/Makefile
+++ net/py-zeroconf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zeroconf
PORTVERSION= 0.21.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,10 @@
COMMENT= Pure python implementation of multicast DNS service discovery
LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.6:net/py-ifaddr@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.6:net/py-ifaddr@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
@@ -22,5 +23,9 @@
GH_PROJECT= python-zeroconf
NO_ARCH= yes
+TEST_TARGET= test
+
+pre-test:
+ ${REINPLACE_CMD} -e 's|nosetests|nosetests-${PYTHON_VER} --exclude=test_lots_of_names|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
Index: net/py-zeroconf/pkg-descr
===================================================================
--- net/py-zeroconf/pkg-descr
+++ net/py-zeroconf/pkg-descr
@@ -1,3 +1,14 @@
-A pure python implementation of multicast DNS service discovery
+A pure Python implementation of multicast DNS service discovery.
+
+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
WWW: https://github.com/jstasiak/python-zeroconf
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 3:43 PM (15 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29552659
Default Alt Text
D19269.id54136.diff (1 KB)
Attached To
Mode
D19269: net/py-zeroconf: Update dependencies and add tests
Attached
Detach File
Event Timeline
Log In to Comment