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: Mon May 18 16:34:22 UTC 2026
Modified Files:
pkgsrc/devel/py-nihtest: Makefile distinfo
Log Message:
py-nihtest: update to 1.11.1.
# 1.11.1 [2026-05-18]
- Fix preload test on macOS.
# 1.11.0 [2026-05-18]
- Add support for preload on macOS.
- Remove dependency on dateutil.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.16 -r1.17 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.25 pkgsrc/devel/py-nihtest/Makefile:1.26
--- pkgsrc/devel/py-nihtest/Makefile:1.25 Thu Jan 22 14:53:20 2026
+++ pkgsrc/devel/py-nihtest/Makefile Mon May 18 16:34:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2026/01/22 14:53:20 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/05/18 16:34:22 wiz Exp $
-DISTNAME= nihtest-1.10.1
+DISTNAME= nihtest-1.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nihtest/}
@@ -11,14 +11,14 @@ COMMENT= Testing tool for command line u
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
USE_TOOLS+= cmake:test
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
+PY_RENAME_BINARIES= nihtest
+
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} nihtest nihtest-${PYVERSSUFFIX} || ${TRUE}
.for man in nihtest
${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${man}-${PYVERSSUFFIX}.1
.endfor
@@ -29,7 +29,7 @@ post-install:
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/build/tests
do-test:
${MKDIR} ${WRKSRC}/build
- cd ${WRKSRC}/build && cmake .. && ${MAKE} && ${SETENV} ${TEST_ENV} ctest
+ cd ${WRKSRC}/build && cmake .. && ${MAKE} && ${SETENV} ${TEST_ENV} ctest -j ${_MAKE_JOBS_N:U1}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-nihtest/distinfo
diff -u pkgsrc/devel/py-nihtest/distinfo:1.16 pkgsrc/devel/py-nihtest/distinfo:1.17
--- pkgsrc/devel/py-nihtest/distinfo:1.16 Thu Jan 22 14:53:20 2026
+++ pkgsrc/devel/py-nihtest/distinfo Mon May 18 16:34:22 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2026/01/22 14:53:20 wiz Exp $
+$NetBSD: distinfo,v 1.17 2026/05/18 16:34:22 wiz Exp $
-BLAKE2s (nihtest-1.10.1.tar.gz) = 10c9e8b0b68dc034eb39591df2b9cdee667cfeb65d7e410d5a14b153aae8e375
-SHA512 (nihtest-1.10.1.tar.gz) = 9686be92048787c3fca9e4b4b93c8b7c9fb498de7e0bc00022c544658713413d035937fb1ce0ba1c94714577404c520e7081559b79c8eae9833e1e28c9fc3c1d
-Size (nihtest-1.10.1.tar.gz) = 46684 bytes
+BLAKE2s (nihtest-1.11.1.tar.gz) = 578fd1a6a4510e0ec69065127937de98bb0e5888bf4913aff50b157ff45c4fed
+SHA512 (nihtest-1.11.1.tar.gz) = c86ec102a1c2035211c32c779ae42aa316281f5b5ee41d46a0f191388d0cfe0a1cedd5e9dbdf28f1ba78b34d6843c946a46c3cad5c4e94fbbf72986eafc82091
+Size (nihtest-1.11.1.tar.gz) = 47278 bytes
SHA1 (patch-tests_nihtest-conf.in) = 4535608d21597d040b1ce781d9f2ad1f323ab960
SHA1 (patch-tests_nihtest.conf.in) = 48e8fed44e729242e3643df11866bdd1b00fba29
Home |
Main Index |
Thread Index |
Old Index