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:22:48 UTC 2026

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

Log Message:
py-tmuxp: py-setuptools is not needed, remove

Add some more test dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/misc/py-tmuxp/Makefile:1.3
--- pkgsrc/misc/py-tmuxp/Makefile:1.2   Mon May  4 06:10:04 2026
+++ pkgsrc/misc/py-tmuxp/Makefile       Mon May  4 06:22:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/05/04 06:10:04 kim Exp $
+# $NetBSD: Makefile,v 1.3 2026/05/04 06:22:48 wiz Exp $
 
 DISTNAME=      tmuxp-${VERSION}
 PKGREVISION=   1
@@ -17,11 +17,13 @@ DEPENDS+=   ${PYPKGPREFIX}-libtmux>=0.55:.
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=6:../../textproc/py-yaml
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.29:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 # codecov
 # coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=7:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures>=0:../../devel/py-test-rerunfailures
+TEST_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
+TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=0:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index