pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-libtmux



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  9 13:49:40 UTC 2026

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

Log Message:
py-libtmux: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-libtmux/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-libtmux/Makefile
diff -u pkgsrc/misc/py-libtmux/Makefile:1.1 pkgsrc/misc/py-libtmux/Makefile:1.2
--- pkgsrc/misc/py-libtmux/Makefile:1.1 Sun May  3 20:34:45 2026
+++ pkgsrc/misc/py-libtmux/Makefile     Sat May  9 13:49:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/05/03 20:34:45 kim Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/09 13:49:39 wiz Exp $
 
 DISTNAME=      libtmux-0.55.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://libtmux.git-pull.com/
 COMMENT=       Typed Python API for tmux
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index