diff options
author | gson <gson@pkgsrc.org> | 2015-03-05 13:13:25 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2015-03-05 13:13:25 +0000 |
commit | 83ca154902826e552743d52b4900ae9e4c923b5e (patch) | |
tree | fe69f69ff90d3e3101846b6349da75710ea19222 /misc | |
parent | 5d0b7e73b01910b2c94c57358700d20d4e06e31f (diff) | |
download | pkgsrc-83ca154902826e552743d52b4900ae9e4c923b5e.tar.gz |
Update misc/py-anita to 1.37. Changes from 1.36:
The global test() function is no longer supported, use the run_tests()
method of the Anita object instead.
When halting the VM, do not attempt to log in if already logged in.
Make the distinctive shell prompts different from one invocation of
anita to another, so that anita can run itself recursively on the VM
without the outer instance mistaking a shell prompt from an inner
instance for one of its own.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index ea1892c8064..8478887595b 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/03/03 14:45:10 gson Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/05 13:13:25 gson Exp $ -DISTNAME= anita-1.36 +DISTNAME= anita-1.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index 93a48c4b42a..2b83152c6ef 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2015/03/03 14:45:10 gson Exp $ +$NetBSD: distinfo,v 1.27 2015/03/05 13:13:25 gson Exp $ -SHA1 (anita-1.36.tar.gz) = d90c1627b6552095ced0a01d32e1ea77b0ab6e33 -RMD160 (anita-1.36.tar.gz) = 782d58aac1c73c5a2e33007a391624399d2344cb -Size (anita-1.36.tar.gz) = 28166 bytes +SHA1 (anita-1.37.tar.gz) = 7988f848535e38264af8060af4aee5dbfda96bdd +RMD160 (anita-1.37.tar.gz) = 27fe27d695b18cc2878e661caa22f8ab9a1ab806 +Size (anita-1.37.tar.gz) = 28217 bytes |