freebsd-ports/devel/py-asynctest/Makefile
Sunpoet Po-Chuan Hsieh d6aa27fc41 Add py-asynctest 0.12.2
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
2018-06-27 23:30:24 +00:00

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>