mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
24 lines
645 B
Makefile
24 lines
645 B
Makefile
PORTNAME= asynctest
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enhance unittest for testing asyncio libraries
|
|
WWW= https://github.com/Martiusweb/asynctest
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 unittest
|
|
|
|
NO_ARCH= yes
|
|
TEST_ARGS= discover -s test
|
|
|
|
.include <bsd.port.mk>
|