summaryrefslogtreecommitdiff
path: root/misc/py-anita
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2015-01-13 14:07:37 +0000
committergson <gson@pkgsrc.org>2015-01-13 14:07:37 +0000
commita67b9a4354a9a4e7d86ad27964d4874d9ba4f35e (patch)
tree9e37a675711081f64490fafd5a2b1fc6d9d116e8 /misc/py-anita
parent4aba7f34650e80c9cb723a94397b9355d4ecbcb7 (diff)
downloadpkgsrc-a67b9a4354a9a4e7d86ad27964d4874d9ba4f35e.tar.gz
Update misc/py-anita to 1.34. Changes from 1.33:
Do not require releases to contain install floppies, since amd64 no longer has them. The default value of the --boot-from option is now "cdrom" if the install floppies are missing. When reporting a failed download of optional files, be clearer that this is not an error. Also, don't treat arbitrary exceptions during downloads as indicating a missing file, only the expected IOError. Increase the default disk size from 768M to 1G, as 768M is no longer sufficient for amd64. New command line option --structured-log-file. This is like --structured-log but takes the name of a log file as an argument, and the structured logging is in addition to, not instead of, the traditional logging to stdout. Increase installation timeout from 1 hour to 3 hours so that a system built with DEBUG and LOCKDEBUG can be installed under qemu without timing out. Unconditionally print a greeting message including the version number of startup, so that logs from automated anita runs will always indicate the version used. In --structured-log mode, log the string matched by expect() instead of the return value, as the latter is always zero and therefore conveys no useful information.
Diffstat (limited to 'misc/py-anita')
-rw-r--r--misc/py-anita/Makefile6
-rw-r--r--misc/py-anita/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile
index f9f30d35d98..e8b607cc1f1 100644
--- a/misc/py-anita/Makefile
+++ b/misc/py-anita/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2014/08/04 19:26:06 gson Exp $
+# $NetBSD: Makefile,v 1.33 2015/01/13 14:07:37 gson Exp $
-DISTNAME= anita-1.33
+DISTNAME= anita-1.34
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.32
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.34
.include "options.mk"
.include "../../lang/python/distutils.mk"
diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo
index 62e96f26923..f73d6a93dd2 100644
--- a/misc/py-anita/distinfo
+++ b/misc/py-anita/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2014/08/04 19:26:06 gson Exp $
+$NetBSD: distinfo,v 1.24 2015/01/13 14:07:37 gson Exp $
-SHA1 (anita-1.33.tar.gz) = 0da51266727809e4550817e77166ef7c5d1af76e
-RMD160 (anita-1.33.tar.gz) = fc3aeac3d90efbc775b5a40282b0b9e72bf3c3c6
-Size (anita-1.33.tar.gz) = 26139 bytes
+SHA1 (anita-1.34.tar.gz) = b80421b8ada28c7ec2e2c6be19bae7532c91693c
+RMD160 (anita-1.34.tar.gz) = cea33db96270b99b0ccc2256ad9bd28c5da4831f
+Size (anita-1.34.tar.gz) = 27947 bytes