pkgsrc/misc/py-anita/Makefile
gson 33336d1429 Update misc/py-anita to 1.37. Changes from 1.36:
The global test() function is no longer supported, use the run_tests()
method of the Anita object instead.

When halting the VM, do not attempt to log in if already logged in.

Make the distinctive shell prompts different from one invocation of
anita to another, so that anita can run itself recursively on the VM
without the outer instance mistaking a shell prompt from an inner
instance for one of its own.
2015-03-05 13:13:25 +00:00

22 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.36 2015/03/05 13:13:25 gson Exp $
DISTNAME= anita-1.37
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.gson.org/netbsd/anita/
COMMENT= Automated NetBSD Installation and Test Application
LICENSE= isc
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.34
.include "options.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"