aboutsummaryrefslogblamecommitdiff
path: root/devel/py-unittest2pytest/Makefile
blob: f21c4bebb17800ccfc68765e5b0b175a2752ee01 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                     
                             


                                              
                      
PORTNAME=	unittest2pytest
PORTVERSION=	0.4
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Convert unittest test-cases to pytest

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

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

.include <bsd.port.mk>