mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= asynctest
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enhance unittest for testing asyncio libraries
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v test
|
|
|
|
.include <bsd.port.mk>
|