pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-syrupy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:39:22 UTC 2025

Modified Files:
        pkgsrc/devel/py-syrupy: Makefile PLIST

Log Message:
py-syrupy: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-syrupy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-syrupy/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-syrupy/Makefile
diff -u pkgsrc/devel/py-syrupy/Makefile:1.8 pkgsrc/devel/py-syrupy/Makefile:1.9
--- pkgsrc/devel/py-syrupy/Makefile:1.8 Mon Apr 28 21:00:16 2025
+++ pkgsrc/devel/py-syrupy/Makefile     Sun Sep 28 19:39:22 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/04/28 21:00:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/09/28 19:39:22 wiz Exp $
 
 DISTNAME=      syrupy-4.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/syrupy/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/tophat/syru
 COMMENT=       Pytest Snapshot Test Utility
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.9.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-syrupy/PLIST
diff -u pkgsrc/devel/py-syrupy/PLIST:1.2 pkgsrc/devel/py-syrupy/PLIST:1.3
--- pkgsrc/devel/py-syrupy/PLIST:1.2    Mon Sep 16 16:09:08 2024
+++ pkgsrc/devel/py-syrupy/PLIST        Sun Sep 28 19:39:22 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2024/09/16 16:09:08 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 19:39:22 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}/syrupy/__init__.py
 ${PYSITELIB}/syrupy/__init__.pyc
 ${PYSITELIB}/syrupy/__init__.pyo



Home | Main Index | Thread Index | Old Index