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: Fri Dec 6 22:06:50 UTC 2024
Modified Files:
pkgsrc/comms/py-textual: Makefile PLIST distinfo
Log Message:
py-textual: update to 0.89.1.
Three weeks of heavy development.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/py-textual/distinfo
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.15 pkgsrc/comms/py-textual/Makefile:1.16
--- pkgsrc/comms/py-textual/Makefile:1.15 Sun Nov 24 10:35:40 2024
+++ pkgsrc/comms/py-textual/Makefile Fri Dec 6 22:06:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/24 10:35:40 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/12/06 22:06:50 wiz Exp $
-DISTNAME= textual-0.86.3
+DISTNAME= textual-0.89.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -19,14 +19,15 @@ DEPENDS+= ${PYPKGPREFIX}-markdown-it-py>
# 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-cov-[0-9]*:../../devel/py-test-cov
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>=1.2:../../comms/py-textual-dev
+TEST_DEPENDS+= ${PYPKGPREFIX}-textual-dev>=1.7:../../comms/py-textual-dev
USE_LANGUAGES= # none
-# as of 0.86.3
-# 35 failed, 3013 passed, 1 skipped, 4 xfailed, 81 warnings
+# as of 0.89.1
+# 348 failed, 2711 passed, 2 skipped, 4 xfailed, 81 warnings
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.7 pkgsrc/comms/py-textual/PLIST:1.8
--- pkgsrc/comms/py-textual/PLIST:1.7 Sun Nov 17 10:02:25 2024
+++ pkgsrc/comms/py-textual/PLIST Fri Dec 6 22:06:50 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/11/17 10:02:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/12/06 22:06:50 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -279,6 +279,9 @@ ${PYSITELIB}/textual/demo/data.pyo
${PYSITELIB}/textual/demo/demo_app.py
${PYSITELIB}/textual/demo/demo_app.pyc
${PYSITELIB}/textual/demo/demo_app.pyo
+${PYSITELIB}/textual/demo/game.py
+${PYSITELIB}/textual/demo/game.pyc
+${PYSITELIB}/textual/demo/game.pyo
${PYSITELIB}/textual/demo/home.py
${PYSITELIB}/textual/demo/home.pyc
${PYSITELIB}/textual/demo/home.pyo
@@ -309,9 +312,6 @@ ${PYSITELIB}/textual/document/_edit.pyo
${PYSITELIB}/textual/document/_history.py
${PYSITELIB}/textual/document/_history.pyc
${PYSITELIB}/textual/document/_history.pyo
-${PYSITELIB}/textual/document/_languages.py
-${PYSITELIB}/textual/document/_languages.pyc
-${PYSITELIB}/textual/document/_languages.pyo
${PYSITELIB}/textual/document/_syntax_aware_document.py
${PYSITELIB}/textual/document/_syntax_aware_document.pyc
${PYSITELIB}/textual/document/_syntax_aware_document.pyo
@@ -515,13 +515,13 @@ ${PYSITELIB}/textual/tree-sitter/highlig
${PYSITELIB}/textual/tree-sitter/highlights/java.scm
${PYSITELIB}/textual/tree-sitter/highlights/javascript.scm
${PYSITELIB}/textual/tree-sitter/highlights/json.scm
-${PYSITELIB}/textual/tree-sitter/highlights/kotlin.scm
${PYSITELIB}/textual/tree-sitter/highlights/markdown.scm
${PYSITELIB}/textual/tree-sitter/highlights/python.scm
${PYSITELIB}/textual/tree-sitter/highlights/regex.scm
${PYSITELIB}/textual/tree-sitter/highlights/rust.scm
${PYSITELIB}/textual/tree-sitter/highlights/sql.scm
${PYSITELIB}/textual/tree-sitter/highlights/toml.scm
+${PYSITELIB}/textual/tree-sitter/highlights/xml.scm
${PYSITELIB}/textual/tree-sitter/highlights/yaml.scm
${PYSITELIB}/textual/types.py
${PYSITELIB}/textual/types.pyc
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.11 pkgsrc/comms/py-textual/distinfo:1.12
--- pkgsrc/comms/py-textual/distinfo:1.11 Sun Nov 24 10:35:40 2024
+++ pkgsrc/comms/py-textual/distinfo Fri Dec 6 22:06:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/11/24 10:35:40 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/12/06 22:06:50 wiz Exp $
-BLAKE2s (textual-0.86.3.tar.gz) = 00c0d16cb7d6d528680ff6f0a615f3869495749428a740cacb38785f803a9510
-SHA512 (textual-0.86.3.tar.gz) = 17bf65d5dba8508bbdb297ceb802fc056ffeddd6604b9d768db8dfd4595016dec5b7d6ea6106f1e7b42437d5ac69a2a08b8d233ed0486f4593b37061d667f07b
-Size (textual-0.86.3.tar.gz) = 1498694 bytes
+BLAKE2s (textual-0.89.1.tar.gz) = f7656651541d9c8c30b025c5baaeefadd78dbc075025f2988b4cbf5268edb0fb
+SHA512 (textual-0.89.1.tar.gz) = b0ee12afc081cc95f484c7cd8deaf51b23bddbb53c2907f95147ac638b8f214e9cb7d09b0d5e9e3f909f4885e8f2bcb6755703e855445cfd5e9bd2d2815cb4f5
+Size (textual-0.89.1.tar.gz) = 1517074 bytes
Home |
Main Index |
Thread Index |
Old Index