ports/devel/py-assertpy/Makefile
Matthew Seaman fe5230eba9 devel/py-assertpy: New port
Simple assertions library for unit testing in Python
2023-09-22 19:29:28 +01: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>