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 Sep 22 20:21:24 UTC 2025

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

Log Message:
py-textual: fix PLIST for latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/py-textual/PLIST

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.30 pkgsrc/comms/py-textual/Makefile:1.31
--- pkgsrc/comms/py-textual/Makefile:1.30       Tue Sep  2 11:56:28 2025
+++ pkgsrc/comms/py-textual/Makefile    Mon Sep 22 20:21:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2025/09/02 11:56:28 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/09/22 20:21:24 wiz Exp $
 
 DISTNAME=      textual-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    comms devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/Textualize/
 COMMENT=       Modern Text User Interface framework
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.2.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../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

Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.15 pkgsrc/comms/py-textual/PLIST:1.16
--- pkgsrc/comms/py-textual/PLIST:1.15  Tue Sep  2 08:45:41 2025
+++ pkgsrc/comms/py-textual/PLIST       Mon Sep 22 20:21:24 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.15 2025/09/02 08:45:41 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.16 2025/09/22 20:21:24 wiz Exp $
+${PYSITELIB}/resources/snapshot_report_template.jinja2
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/resources/snapshot_report_template.jinja2
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/textual/__init__.py
 ${PYSITELIB}/textual/__init__.pyc
 ${PYSITELIB}/textual/__init__.pyo



Home | Main Index | Thread Index | Old Index