pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-josepy



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Mar 21 18:04:13 UTC 2025

Modified Files:
        pkgsrc/security/py-josepy: Makefile

Log Message:
security/py-josepy: Fix poetry-core requirement

Because of changes to poetry's defaults about the set of installed
files, the package requires poetry-core 2, so the defaults and what is
in PLIST line up.  Require >=2.0.0, rather than accepting any version.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-josepy/Makefile

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

Modified files:

Index: pkgsrc/security/py-josepy/Makefile
diff -u pkgsrc/security/py-josepy/Makefile:1.24 pkgsrc/security/py-josepy/Makefile:1.25
--- pkgsrc/security/py-josepy/Makefile:1.24     Wed Feb 19 16:12:17 2025
+++ pkgsrc/security/py-josepy/Makefile  Fri Mar 21 18:04:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2025/02/19 16:12:17 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/03/21 18:04:13 gdt Exp $
 
 DISTNAME=      josepy-1.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/certbot/jos
 COMMENT=       JOSE protocol implementation in Python using cryptography
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.0:../../devel/py-poetry-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.0:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test



Home | Main Index | Thread Index | Old Index