Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145412960
D19269.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.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19269: net/py-zeroconf: Update dependencies and add tests
Attached
Detach File
Event Timeline
Log In to Comment