aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-unittest2pytest/Makefile
blob: 8c548b7373d6d22cb78481b2dffb9cade462a300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	unittest2pytest
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Convert unittest test-cases to pytest
WWW=		https://pypi.org/project/unittest2pytest/ \
		https://github.com/pytest-dev/unittest2pytest

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING-GPLv3.txt

USES=		python
USE_PYTHON=	autoplist concurrent distutils pytest
NO_ARCH=	yes

.include <bsd.port.mk>