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:           Thu Mar  8 16:43:40 UTC 2018

Modified Files:
        pkgsrc/misc/py-anita: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.33 -r1.34 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/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.46 pkgsrc/misc/py-anita/Makefile:1.47
--- pkgsrc/misc/py-anita/Makefile:1.46  Thu Jul 27 08:26:46 2017
+++ pkgsrc/misc/py-anita/Makefile       Thu Mar  8 16:43:40 2018
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-pexpect>=2.1:..
 
 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

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.33 pkgsrc/misc/py-anita/distinfo:1.34
--- pkgsrc/misc/py-anita/distinfo:1.33  Thu Jul 27 08:26:46 2017
+++ pkgsrc/misc/py-anita/distinfo       Thu Mar  8 16:43:40 2018
@@ -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