pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/py-anita misc/py-anita: update to 2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbffc84b77af
branches: trunk
changeset: 339872:bbffc84b77af
user: gson <gson%pkgsrc.org@localhost>
date: Wed Sep 18 08:37:09 2019 +0000
description:
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.
diffstat:
misc/py-anita/DESCR | 9 +++++----
misc/py-anita/Makefile | 8 +++-----
misc/py-anita/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 14 deletions(-)
diffs (57 lines):
diff -r c79af61feab3 -r bbffc84b77af misc/py-anita/DESCR
--- a/misc/py-anita/DESCR Wed Sep 18 07:25:00 2019 +0000
+++ b/misc/py-anita/DESCR Wed Sep 18 08:37:09 2019 +0000
@@ -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.
diff -r c79af61feab3 -r bbffc84b77af misc/py-anita/Makefile
--- a/misc/py-anita/Makefile Wed Sep 18 07:25:00 2019 +0000
+++ b/misc/py-anita/Makefile Wed Sep 18 08:37:09 2019 +0000
@@ -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 @@
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"
diff -r c79af61feab3 -r bbffc84b77af misc/py-anita/distinfo
--- a/misc/py-anita/distinfo Wed Sep 18 07:25:00 2019 +0000
+++ b/misc/py-anita/distinfo Wed Sep 18 08:37:09 2019 +0000
@@ -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