pkgsrc/devel/py-unit/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

19 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:54 maya 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
PYTHON_VERSIONS_INCOMPATIBLE= 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"