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:   adam
Date:           Sat Aug 16 07:00:49 UTC 2025

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

Log Message:
py-textual: updated to 5.3.0

5.3.0

Added

Added Content.simplify
Added textual.reactive.Initialize

Fixed

Fixed issue with IDs in markdown


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/comms/py-textual/Makefile:1.28
--- pkgsrc/comms/py-textual/Makefile:1.27       Sun Aug  3 10:32:33 2025
+++ pkgsrc/comms/py-textual/Makefile    Sat Aug 16 07:00:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/08/03 10:32:33 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/08/16 07:00:49 adam Exp $
 
-DISTNAME=      textual-5.2.0
+DISTNAME=      textual-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -11,13 +11,13 @@ COMMENT=    Modern Text User Interface fram
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.2.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py>=2.1.0:../../textproc/py-markdown-it-py
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=4.2.2:../../misc/py-platformdirs
 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>=2.1.0:../../textproc/py-markdown-it-py
 # 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
+#DEPENDS+=     ${PYPKGPREFIX}-tree-sitter>=0.25.0:../../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
@@ -32,7 +32,8 @@ USE_LANGUAGES=        # none
 # https://github.com/Textualize/textual/issues/5854
 INSTALLATION_DIRS+=    ${PYSITELIB}/resources
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/tests/snapshot_tests/snapshot_report_template.jinja2 ${DESTDIR}${PREFIX}/${PYSITELIB}/resources/snapshot_report_template.jinja2
+       ${INSTALL_DATA} ${WRKSRC}/tests/snapshot_tests/snapshot_report_template.jinja2 \
+               ${DESTDIR}${PREFIX}/${PYSITELIB}/resources/snapshot_report_template.jinja2
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.23 pkgsrc/comms/py-textual/distinfo:1.24
--- pkgsrc/comms/py-textual/distinfo:1.23       Sun Aug  3 10:32:33 2025
+++ pkgsrc/comms/py-textual/distinfo    Sat Aug 16 07:00:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/08/03 10:32:33 wiz Exp $
+$NetBSD: distinfo,v 1.24 2025/08/16 07:00:49 adam Exp $
 
-BLAKE2s (textual-5.2.0.tar.gz) = 9b0ea5dbea0c081c6624129316344d97f300422748dbfc6dbd7e4f28de2ba982
-SHA512 (textual-5.2.0.tar.gz) = 635db203ee8d20733fe8b3b1e54a3ee250119aa600354f0c50d1a84dd8c91c12951671fbebd8b020c94994b0d3d8b4bd5746a5659c0ba202759d2e51dd8dd3e2
-Size (textual-5.2.0.tar.gz) = 1556452 bytes
+BLAKE2s (textual-5.3.0.tar.gz) = 694af2b45dde2a4b7aacef7161d4ce86d7eec4e0cb3ba935f6103c445b0b8243
+SHA512 (textual-5.3.0.tar.gz) = 5c7fe11d5e509ff7100c97661a0479f61db7c2c6c8b7404c44762417599aac000dd2fb259ead96fc794e8293b6e71f19723424eecf0ddf8f07b5cb769eec7eee
+Size (textual-5.3.0.tar.gz) = 1557651 bytes



Home | Main Index | Thread Index | Old Index