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:           Sat Jun 10 03:17:24 UTC 2023

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

Log Message:
py-nihtest: not for python 2.7

cmake is a test dependency only, make it so


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-nihtest/Makefile

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.2 pkgsrc/devel/py-nihtest/Makefile:1.3
--- pkgsrc/devel/py-nihtest/Makefile:1.2        Fri Jun  9 21:06:04 2023
+++ pkgsrc/devel/py-nihtest/Makefile    Sat Jun 10 03:17:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/09 21:06:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/10 03:17:24 wiz Exp $
 
 DISTNAME=      nihtest-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,10 @@ HOMEPAGE=    https://github.com/nih-at/niht
 COMMENT=       Testing tool for command line utilities
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} nihtest nihtest-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index