pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-strich



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:43:27 UTC 2025

Modified Files:
        pkgsrc/graphics/py-strich: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-strich/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-strich/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-strich/Makefile
diff -u pkgsrc/graphics/py-strich/Makefile:1.7 pkgsrc/graphics/py-strich/Makefile:1.8
--- pkgsrc/graphics/py-strich/Makefile:1.7      Thu Nov  7 10:42:40 2024
+++ pkgsrc/graphics/py-strich/Makefile  Sun Sep 28 19:43:27 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/11/07 10:42:40 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/28 19:43:27 wiz Exp $
 
 DISTNAME=      pystrich-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyStrich/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/mmulqueen/p
 COMMENT=       1D and 2D barcode generator
 LICENSE=       2-clause-bsd AND apache-2.0
 
-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}-Pillow>=10.3:../../graphics/py-Pillow
 TEST_DEPENDS+= dmtx-utils-[0-9]*:../../graphics/dmtx-utils
 

Index: pkgsrc/graphics/py-strich/PLIST
diff -u pkgsrc/graphics/py-strich/PLIST:1.3 pkgsrc/graphics/py-strich/PLIST:1.4
--- pkgsrc/graphics/py-strich/PLIST:1.3 Thu Nov  7 10:42:40 2024
+++ pkgsrc/graphics/py-strich/PLIST     Sun Sep 28 19:43:27 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/11/07 10:42:40 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:43:27 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/pystrich/__init__.py
 ${PYSITELIB}/pystrich/__init__.pyc
 ${PYSITELIB}/pystrich/__init__.pyo



Home | Main Index | Thread Index | Old Index