8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
17 lines
470 B
Makefile
17 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/01/04 20:52:47 wiz Exp $
|
|
|
|
DISTNAME= ParamUnittest-0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|