Index: head/devel/py-twisted/Makefile =================================================================== --- head/devel/py-twisted/Makefile (revision 443796) +++ head/devel/py-twisted/Makefile (revision 443797) @@ -1,33 +1,34 @@ # Created by: Johann Visagie # $FreeBSD$ PORTNAME= twisted PORTVERSION= 17.5.0 +PORTREVISION= 1 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Twisted-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Asynchronous networking framework written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \ - ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \ + ${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink \ ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python tar:bzip2 USE_PYTHON= autoplist concurrent distutils post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/ -name '*.so' -exec ${STRIP_CMD} {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m twisted.trial -e twisted .include