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 1.44
details: https://anonhg.NetBSD.org/pkgsrc/rev/a33a9295c89d
branches: trunk
changeset: 376802:a33a9295c89d
user: gson <gson%pkgsrc.org@localhost>
date: Thu Mar 08 16:43:40 2018 +0000
description:
misc/py-anita: update to 1.44
Changes since 1.42:
Disable optimization avoiding copies when installing from a file: URL
or local path, as it broke installation of source sets.
Deal with pexpect 4.3.1 requiring delayafterclose and
delayafterterminate to be set in two different places
(https://github.com/pexpect/pexpect/issues/462).
Support installing on disks with a corrupt or out-of-date MBR.
Log the command line arguments on startup.
- 1.43 released -
Log interactive mode input and output to the structured log file.
Add support for NetBSD/hpcmips targets, from Utkarsh Anand.
diffstat:
misc/py-anita/Makefile | 6 +++---
misc/py-anita/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 0365b3c62607 -r a33a9295c89d misc/py-anita/Makefile
--- a/misc/py-anita/Makefile Thu Mar 08 16:32:19 2018 +0000
+++ b/misc/py-anita/Makefile Thu Mar 08 16:43:40 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2017/07/27 08:26:46 gson Exp $
+# $NetBSD: Makefile,v 1.47 2018/03/08 16:43:40 gson Exp $
-DISTNAME= anita-1.42
+DISTNAME= anita-1.44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
@@ -15,7 +15,7 @@
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.34
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.44
SUBST_CLASSES+= manpath
SUBST_STAGE.manpath= pre-configure
diff -r 0365b3c62607 -r a33a9295c89d misc/py-anita/distinfo
--- a/misc/py-anita/distinfo Thu Mar 08 16:32:19 2018 +0000
+++ b/misc/py-anita/distinfo Thu Mar 08 16:43:40 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2017/07/27 08:26:46 gson Exp $
+$NetBSD: distinfo,v 1.34 2018/03/08 16:43:40 gson Exp $
-SHA1 (anita-1.42.tar.gz) = 79451fadfd934bd5e4f59cfbd6cf2e43a6b54748
-RMD160 (anita-1.42.tar.gz) = c61672cfddb284765161b6a7c1dd91f3b5d65b7e
-SHA512 (anita-1.42.tar.gz) = e10281625b90890f495013a16c8cc785ccfa01b0e9f9407d19847ebafa8f11ebea15ae7435daf06d36ee7c620388790a67f2ee93af0f20e4f446906a51b98d4b
-Size (anita-1.42.tar.gz) = 32553 bytes
+SHA1 (anita-1.44.tar.gz) = 92b3d080302e5f5c62b1479a7aa8e4c148fa68ec
+RMD160 (anita-1.44.tar.gz) = 82fef7ceebb9c4a38878ffba68d6eb83f89913cf
+SHA512 (anita-1.44.tar.gz) = 1fce4dc7ad3d3e312bfb13aac36ba91852965a7ff2e8b00f362850f2f7cc21e1426d08ef3f6be2de1560e4a94d80d849035259d38340efa4094579862749a30c
+Size (anita-1.44.tar.gz) = 33382 bytes
Home |
Main Index |
Thread Index |
Old Index