pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-textual-snapshot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 30 14:24:38 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-textual-snapshot: Makefile PLIST

Log Message:
py-test-textual-snapshot: fix build with latest poetry-core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-textual-snapshot/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-textual-snapshot/PLIST

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

Modified files:

Index: pkgsrc/devel/py-test-textual-snapshot/Makefile
diff -u pkgsrc/devel/py-test-textual-snapshot/Makefile:1.4 pkgsrc/devel/py-test-textual-snapshot/Makefile:1.5
--- pkgsrc/devel/py-test-textual-snapshot/Makefile:1.4  Sat Jan 25 11:36:21 2025
+++ pkgsrc/devel/py-test-textual-snapshot/Makefile      Tue Sep 30 14:24:38 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2025/01/25 11:36:21 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/09/30 14:24:38 wiz Exp $
 
 DISTNAME=      pytest_textual_snapshot-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_textual_snapshot/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/Textualize/
 COMMENT=       Snapshot testing for Textual apps
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-syrupy>=4.8.0:../../devel/py-syrupy

Index: pkgsrc/devel/py-test-textual-snapshot/PLIST
diff -u pkgsrc/devel/py-test-textual-snapshot/PLIST:1.2 pkgsrc/devel/py-test-textual-snapshot/PLIST:1.3
--- pkgsrc/devel/py-test-textual-snapshot/PLIST:1.2     Tue Jan 14 09:53:45 2025
+++ pkgsrc/devel/py-test-textual-snapshot/PLIST Tue Sep 30 14:24:38 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2025/01/14 09:53:45 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/09/30 14:24:38 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/pytest_textual_snapshot.py
 ${PYSITELIB}/pytest_textual_snapshot.pyc
 ${PYSITELIB}/pytest_textual_snapshot.pyo



Home | Main Index | Thread Index | Old Index