Page MenuHomeFreeBSD

D19269.diff
No OneTemporary

D19269.diff

Index: head/net/py-zeroconf/Makefile
===================================================================
--- head/net/py-zeroconf/Makefile
+++ head/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: head/net/py-zeroconf/pkg-descr
===================================================================
--- head/net/py-zeroconf/pkg-descr
+++ head/net/py-zeroconf/pkg-descr
@@ -1,3 +1,7 @@
-A pure python implementation of multicast DNS service discovery
+A pure Python implementation of multicast DNS service discovery.
+
+Compatible with:
+- Bonjour
+- Avahi
WWW: https://github.com/jstasiak/python-zeroconf

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 20, 12:55 PM (9 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28899383
Default Alt Text
D19269.diff (1 KB)

Event Timeline