Files
pkgsrc-ng/devel/py-unitgui/Makefile
2016-11-18 22:39:22 +01:00

21 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:44 wiz Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1
PKGREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyunit.sourceforge.net/
COMMENT= Unit testing framework for python tk
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"