summaryrefslogtreecommitdiff
path: root/devel/py-assertpy/Makefile
blob: 24c855b0e68f91bf4cb2b091757ea1faa55794ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=       assertpy
PORTVERSION=    1.1
PORTREVISION=	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>