d6aa27fc41
synctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio. WWW: https://github.com/Martiusweb/asynctest
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asynctest
|
|
PORTVERSION= 0.12.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enhance unittest for testing asyncio libraries
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python:3.4+
|
|
|
|
.include <bsd.port.mk>
|