pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-textual-dev



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:20:52 UTC 2025

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

Log Message:
py-textual-dev: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-textual-dev/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-textual-dev/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-dev/Makefile
diff -u pkgsrc/comms/py-textual-dev/Makefile:1.3 pkgsrc/comms/py-textual-dev/Makefile:1.4
--- pkgsrc/comms/py-textual-dev/Makefile:1.3    Sat Jul  5 11:44:14 2025
+++ pkgsrc/comms/py-textual-dev/Makefile        Sun Sep 28 19:20:52 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2025/07/05 11:44:14 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/28 19:20:52 wiz Exp $
 
 DISTNAME=      textual_dev-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual_dev/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/Textualize/
 COMMENT=       Development tools for working with Textual
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-textual>=0.36:../../comms/py-textual
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.8.1:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-click>=8.1.2:../../devel/py-click

Index: pkgsrc/comms/py-textual-dev/PLIST
diff -u pkgsrc/comms/py-textual-dev/PLIST:1.2 pkgsrc/comms/py-textual-dev/PLIST:1.3
--- pkgsrc/comms/py-textual-dev/PLIST:1.2       Fri Dec  6 22:05:31 2024
+++ pkgsrc/comms/py-textual-dev/PLIST   Sun Sep 28 19:20:52 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/12/06 22:05:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 19:20:52 wiz Exp $
 bin/textual
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/textual_dev/__init__.py
 ${PYSITELIB}/textual_dev/__init__.pyc
 ${PYSITELIB}/textual_dev/__init__.pyo



Home | Main Index | Thread Index | Old Index