pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-anita
Module Name: pkgsrc
Committed By: gson
Date: Wed Sep 18 08:37:09 UTC 2019
Modified Files:
pkgsrc/misc/py-anita: DESCR Makefile distinfo
Log Message:
misc/py-anita: update to 2.0.
Changes from 1.49:
In the test suite, run the tests in parallel to reduce the run time.
Downloads can now be interrupted using SIGINT (control-C).
On NetBSD, invoke makefs using its absolute path /usr/sbin/makefs
as /usr/sbin may not be in PATH.
Add support for Python 3.
When using qemu from pkgsrc, log the exact pkgsrc version of qemu and
glib2, including any nb suffix.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-anita/DESCR
cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/py-anita/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-anita/DESCR
diff -u pkgsrc/misc/py-anita/DESCR:1.3 pkgsrc/misc/py-anita/DESCR:1.4
--- pkgsrc/misc/py-anita/DESCR:1.3 Tue Oct 2 14:52:28 2012
+++ pkgsrc/misc/py-anita/DESCR Wed Sep 18 08:37:09 2019
@@ -1,4 +1,5 @@
-Anita is an experimental tool for automated testing of the NetBSD
-installation procedure. Using anita, you can fully automate the
-process of downloading a NetBSD distribution, installing it in a
-qemu or Xen virtual machine, and booting the installed system.
+Anita is a tool for automated testing of the NetBSD installation
+procedure and the installed system. Using anita, you can fully
+automate the process of downloading a NetBSD distribution, installing
+it in a qemu/gxemul/Xen virtual machine, booting the installed system,
+and running its test suite.
Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.56 pkgsrc/misc/py-anita/Makefile:1.57
--- pkgsrc/misc/py-anita/Makefile:1.56 Mon Sep 2 13:19:44 2019
+++ pkgsrc/misc/py-anita/Makefile Wed Sep 18 08:37:09 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/09/02 13:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/09/18 08:37:09 gson Exp $
-DISTNAME= anita-1.49
+DISTNAME= anita-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
@@ -15,15 +15,13 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:..
USE_LANGUAGES= #none
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.48
-
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
+ ${TRUE} # Tests not integrated into pkgsrc
.include "options.mk"
.include "../../lang/python/distutils.mk"
Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.39 pkgsrc/misc/py-anita/distinfo:1.40
--- pkgsrc/misc/py-anita/distinfo:1.39 Tue Jun 11 17:12:19 2019
+++ pkgsrc/misc/py-anita/distinfo Wed Sep 18 08:37:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2019/06/11 17:12:19 gson Exp $
+$NetBSD: distinfo,v 1.40 2019/09/18 08:37:09 gson Exp $
-SHA1 (anita-1.49.tar.gz) = 0157d34dff3fc3dd4ef81a1f09a911deccf929f0
-RMD160 (anita-1.49.tar.gz) = beda264da912dc7f4dfdba2f17522d8bb0d37c73
-SHA512 (anita-1.49.tar.gz) = 725d925ae714377cd2c4d9a5e4ac3bd7632b1f4debf81a97dca6c360875210ffe39f38e1c1e2b121f32b6934a82c3fdd478427b6fdb30c862376e6dbe5edc846
-Size (anita-1.49.tar.gz) = 37092 bytes
+SHA1 (anita-2.0.tar.gz) = b49d5072a3ffa59c10c3447b3c2ccbbc6f0d3dd4
+RMD160 (anita-2.0.tar.gz) = 41edade5497a76bb7f8f3382873b48a2b3f696c2
+SHA512 (anita-2.0.tar.gz) = c1e5c81f32908877513b35496845dcfbc1355d9ecb192f5bd29e887d679b0731b4ce63a4cb4ca8f8cf836fcb98c50724d440292a76504217f74224b77fb8acf4
+Size (anita-2.0.tar.gz) = 37851 bytes
Home |
Main Index |
Thread Index |
Old Index