Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:35 asau Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unit-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
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
PYTHON_SELF_CONFLICT= yes
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"