pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-textual



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 12 12:27:33 UTC 2024

Modified Files:
        pkgsrc/comms/py-textual: Makefile

Log Message:
py-textual: add another test dependency

Update test status.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-textual/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-textual/Makefile
diff -u pkgsrc/comms/py-textual/Makefile:1.7 pkgsrc/comms/py-textual/Makefile:1.8
--- pkgsrc/comms/py-textual/Makefile:1.7        Mon Aug 12 11:50:24 2024
+++ pkgsrc/comms/py-textual/Makefile    Mon Aug 12 12:27:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/08/12 11:50:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/08/12 12:27:32 wiz Exp $
 
 DISTNAME=      textual-0.76.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,16 +14,18 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-poetry-cor
 DEPENDS+=      ${PYPKGPREFIX}-rich>=13.3.3:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
 DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py-[0-9]*:../../textproc/py-markdown-it-py
-# optional
-#DEPENDS+=     ${PYPKGPREFIX}-tree-sitter>=0.20.1:../../wip/py-tree-sitter
+# optional, and also needs tree-sitter-languages, which is unpackaged because of
+# https://github.com/grantjenks/py-tree-sitter-languages/issues/76
+#DEPENDS+=     ${PYPKGPREFIX}-tree-sitter>=0.20.1:../../textproc/py-tree-sitter
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=1.0.0:../../devel/py-test-textual-snapshot
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-textual-dev-[0-9]*:../../comms/py-textual-dev
 
 USE_LANGUAGES= # none
 
 # as of 0.76.0
-# 37 failed, 2848 passed, 1 skipped, 3 xfailed, 2 warnings
+# 32 failed, 2853 passed, 1 skipped, 3 xfailed, 2 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index