pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-qrcode



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 27 21:12:36 UTC 2025

Modified Files:
        pkgsrc/graphics/py-qrcode: Makefile

Log Message:
py-qrcode: bump poetry-core requirement for PLIST change


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/py-qrcode/Makefile

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-qrcode/Makefile
diff -u pkgsrc/graphics/py-qrcode/Makefile:1.23 pkgsrc/graphics/py-qrcode/Makefile:1.24
--- pkgsrc/graphics/py-qrcode/Makefile:1.23     Sat Sep 27 20:31:52 2025
+++ pkgsrc/graphics/py-qrcode/Makefile  Sat Sep 27 21:12:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/09/27 20:31:52 abs Exp $
+# $NetBSD: Makefile,v 1.24 2025/09/27 21:12:36 wiz Exp $
 
 DISTNAME=      qrcode-8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/lincolnloop
 COMMENT=       QR Code image generator
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 # pil
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.1.0:../../graphics/py-Pillow
 # png



Home | Main Index | Thread Index | Old Index