pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tmuxp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May  4 06:37:19 UTC 2026

Modified Files:
        pkgsrc/misc/py-tmuxp: Makefile

Log Message:
ipy-tmupx: fix test target, add test status


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-tmuxp/Makefile

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-tmuxp/Makefile
diff -u pkgsrc/misc/py-tmuxp/Makefile:1.3 pkgsrc/misc/py-tmuxp/Makefile:1.4
--- pkgsrc/misc/py-tmuxp/Makefile:1.3   Mon May  4 06:22:48 2026
+++ pkgsrc/misc/py-tmuxp/Makefile       Mon May  4 06:37:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/05/04 06:22:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/04 06:37:19 wiz Exp $
 
 DISTNAME=      tmuxp-${VERSION}
 PKGREVISION=   1
@@ -25,8 +25,13 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-rerun
 TEST_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=0:../../textproc/py-sphinx
 
+# as of 1.67.0
+# 66 failed, 897 passed, 2 skipped, 59 errors, 25 rerun
+
 USE_LANGUAGES= # none
 
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/src
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} tmuxp tmuxp-${PYVERSSUFFIX} || \



Home | Main Index | Thread Index | Old Index