pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-nihtest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 15 13:27:02 UTC 2023

Modified Files:
        pkgsrc/devel/py-nihtest: Makefile PLIST distinfo

Log Message:
py-nihtest: update to 1.1.0.

# 1.1.0 [2023-06-15]

- Improve environment variable handling.
- Reject config file with unknown sections or directives.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-nihtest/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-nihtest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-nihtest/Makefile
diff -u pkgsrc/devel/py-nihtest/Makefile:1.5 pkgsrc/devel/py-nihtest/Makefile:1.6
--- pkgsrc/devel/py-nihtest/Makefile:1.5        Thu Jun 15 06:13:08 2023
+++ pkgsrc/devel/py-nihtest/Makefile    Thu Jun 15 13:27:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/06/15 06:13:08 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/15 13:27:02 wiz Exp $
 
-DISTNAME=      nihtest-1.0.0
+DISTNAME=      nihtest-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nihtest/}
 
@@ -12,7 +11,8 @@ COMMENT=      Testing tool for command line u
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
+USE_TOOLS+=    cmake:test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/devel/py-nihtest/PLIST
diff -u pkgsrc/devel/py-nihtest/PLIST:1.3 pkgsrc/devel/py-nihtest/PLIST:1.4
--- pkgsrc/devel/py-nihtest/PLIST:1.3   Thu Jun 15 06:13:08 2023
+++ pkgsrc/devel/py-nihtest/PLIST       Thu Jun 15 13:27:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/06/15 06:13:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/06/15 13:27:02 wiz Exp $
 bin/nihtest-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -15,6 +15,8 @@ ${PYSITELIB}/nihtest/CompareArrays.py
 ${PYSITELIB}/nihtest/CompareArrays.pyc
 ${PYSITELIB}/nihtest/Configuration.py
 ${PYSITELIB}/nihtest/Configuration.pyc
+${PYSITELIB}/nihtest/Environment.py
+${PYSITELIB}/nihtest/Environment.pyc
 ${PYSITELIB}/nihtest/Features.py
 ${PYSITELIB}/nihtest/Features.pyc
 ${PYSITELIB}/nihtest/File.py

Index: pkgsrc/devel/py-nihtest/distinfo
diff -u pkgsrc/devel/py-nihtest/distinfo:1.1 pkgsrc/devel/py-nihtest/distinfo:1.2
--- pkgsrc/devel/py-nihtest/distinfo:1.1        Fri Jun  9 15:57:32 2023
+++ pkgsrc/devel/py-nihtest/distinfo    Thu Jun 15 13:27:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/09 15:57:32 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/06/15 13:27:02 wiz Exp $
 
-BLAKE2s (nihtest-1.0.0.tar.gz) = 865909b70a0e0b7d1d5d09738e73af519fdabeeeb7a751ca076e0e2623794329
-SHA512 (nihtest-1.0.0.tar.gz) = 79974d066d30af561cd106cd014531f6a447275340bebc74e6752a909ba26893a267ab20ebbd5af0ff7688eb106f4637d29693df306b2d165665c92ac02a951b
-Size (nihtest-1.0.0.tar.gz) = 32726 bytes
+BLAKE2s (nihtest-1.1.0.tar.gz) = d774b2eb73a091e30205873e9a8d3d0b1c8309882c50fd517bf6668f42763155
+SHA512 (nihtest-1.1.0.tar.gz) = af254724257845d99495505bddea8e2edd6ddd49d4f9d4d1169ebf142742cdf3756386d0153eb6a81552538e8deb7401f23fa2daf91946e7263be3ff82ce42d5
+Size (nihtest-1.1.0.tar.gz) = 34515 bytes



Home | Main Index | Thread Index | Old Index