pkgsrc/devel/py-testtools/Makefile
obache d174f514b4 Import py-testtools-0.9.11 as devel/py-testtools.
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
also ports recent unittest changes all the way back to Python 2.4.
2011-07-22 14:15:01 +00:00

19 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $
#
DISTNAME= testtools-0.9.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://launchpad.net/testtools/0.9/${PKGVERSION_NOREV}/+download/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://launchpad.net/testtools
COMMENT= Extensions to the Python standard library unit testing framework
LICENSE= mit AND python-software-foundation
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"