pkgsrc/misc/py-anita/Makefile
ryoon 731dc5c81b Update to 1.39
Changelog:
- 1.39 released -

Deal with incompatible change in the output format of the "info block"
command in qemu 2.5.0.

Fix bug where the exit status of the shell command specified with the
--run option was not propagated to the exit status of anita.

New public method start_boot, to facilitate writing test cases that
interact with the boot prompt.

The structured log file now also contains informational messages,
of the form info('message').
2015-12-25 13:29:16 +00:00

22 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.39 2015/12/25 13:29:16 ryoon Exp $
DISTNAME= anita-1.39
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 35 # not yet ported as of 1.34
.include "options.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"