summaryrefslogtreecommitdiff
path: root/devel/py-unittest2pytest/Makefile
blob: da99fb35b583b58dac1a75cb1406f01d8c64c806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1 2018/02/25 00:22:53 minskim Exp $

DISTNAME=	unittest2pytest-0.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=u/unittest2pytest/}

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://github.com/pytest-dev/unittest2pytest
COMMENT=	Tool to rewrite Python unittest into pytest test cases
LICENSE=	gnu-gpl-v3

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"

post-install:
	${MV} ${DESTDIR}${PREFIX}/bin/unittest2pytest \
		${DESTDIR}${PREFIX}/bin/unittest2pytest${PYVERSSUFFIX}

.include "../../mk/bsd.pkg.mk"