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:   wiz
Date:           Mon Sep 22 07:43:31 UTC 2025

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

Log Message:
py-josepy: fix PLIST for latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-josepy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-josepy/PLIST

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.27 pkgsrc/security/py-josepy/Makefile:1.28
--- pkgsrc/security/py-josepy/Makefile:1.27     Sun Jul 13 21:11:43 2025
+++ pkgsrc/security/py-josepy/Makefile  Mon Sep 22 07:43:31 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2025/07/13 21:11:43 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/09/22 07:43:31 wiz Exp $
 
 DISTNAME=      josepy-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/josepy/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/certbot/jos
 COMMENT=       JOSE protocol implementation in Python using cryptography
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none

Index: pkgsrc/security/py-josepy/PLIST
diff -u pkgsrc/security/py-josepy/PLIST:1.5 pkgsrc/security/py-josepy/PLIST:1.6
--- pkgsrc/security/py-josepy/PLIST:1.5 Tue Nov  7 08:55:27 2023
+++ pkgsrc/security/py-josepy/PLIST     Mon Sep 22 07:43:31 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2023/11/07 08:55:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/09/22 07:43:31 wiz Exp $
 bin/jws-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/josepy/__init__.py
 ${PYSITELIB}/josepy/__init__.pyc
 ${PYSITELIB}/josepy/__init__.pyo



Home | Main Index | Thread Index | Old Index