pkgsrc/misc/py-anita/Makefile
gson 7bd9012b30 misc/py-anita: update to 1.46
Changes from 1.45:

Add support for NetBSD/evbarm-aarch64 targets.

Add support for NetBSD/sparc64 targets, from Utkarsh Anand.

The run_tests() method now halts the VM, to ensure that the
scratch disk containing ATF test results is flushed by the
guest before being read by the host.
2018-10-20 15:33:35 +00:00

30 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.50 2018/10/20 15:33:35 gson Exp $
DISTNAME= anita-1.46
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= 34 35 36 37 # not yet ported as of 1.45
SUBST_CLASSES+= manpath
SUBST_STAGE.manpath= pre-configure
SUBST_FILES.manpath= setup.py
SUBST_SED.manpath= -e 's,man/,${PKGMANDIR}/,g'
do-test:
${TRUE} # There are no unit tests
.include "options.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"