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: kim
Date: Mon May 4 06:10:04 UTC 2026
Modified Files:
pkgsrc/misc/py-tmuxp: Makefile
Log Message:
py-tmuxp: Add missed PyYAML dependency. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/misc/py-tmuxp/Makefile:1.2
--- pkgsrc/misc/py-tmuxp/Makefile:1.1 Sun May 3 20:34:45 2026
+++ pkgsrc/misc/py-tmuxp/Makefile Mon May 4 06:10:04 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2026/05/03 20:34:45 kim Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/04 06:10:04 kim Exp $
DISTNAME= tmuxp-${VERSION}
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux-python/}
@@ -13,9 +14,15 @@ COMMENT= Session manager for tmux
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-libtmux>=0.55:../../misc/py-libtmux
+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
+
USE_LANGUAGES= # none
post-install:
Home |
Main Index |
Thread Index |
Old Index