opnsense-ports/devel/py-assertpy/Makefile
Franco Fichtner bb16d1c169 */*: sync with upstream
Taken from: FreeBSD
2023-09-25 11:53:16 +02:00

19 lines
472 B
Makefile

PORTNAME= assertpy
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Simple assertions library for unit testing in Python
WWW= https://github.com/assertpy/assertpy
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>