mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
19 lines
472 B
Makefile
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>
|