# Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= circuits PORTVERSION= 2.1.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Asynchronous Component-based Event Application Framework LICENSE= MIT TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include