pkgsrc/devel/py-unitgui/Makefile

21 lines
537 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:36 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
2008-06-12 04:14:13 +02:00
2011-10-15 10:14:50 +02:00
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"