pkgsrc/devel/py-ParamUnittest/Makefile
wiz 1cd44defc1 Import py-ParamUnittest-0.2 as devel/py-ParamUnittest.
Based on wip/py-paramunittest by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.

This package allows to create parametrized unit-tests that work
with the standard unittest package. A parametrized test case is
automatically converted to multiple test cases. Since they are
TestCase subclasses, they work with other test suites that recognize
TestCases.
2017-04-04 13:41:23 +00:00

16 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/04/04 13:41:23 wiz Exp $
DISTNAME= ParamUnittest-0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/ParamUnittest/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/rik0/ParamUnittest
COMMENT= Simple extension to have parametrized unit tests
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"