pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-JWT



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:20:51 UTC 2025

Modified Files:
        pkgsrc/textproc/py-JWT: Makefile PLIST

Log Message:
py-JWT: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-JWT/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-JWT/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-JWT/Makefile
diff -u pkgsrc/textproc/py-JWT/Makefile:1.29 pkgsrc/textproc/py-JWT/Makefile:1.30
--- pkgsrc/textproc/py-JWT/Makefile:1.29        Mon Mar  3 06:54:35 2025
+++ pkgsrc/textproc/py-JWT/Makefile     Sun Apr 13 12:20:51 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2025/03/03 06:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/13 12:20:51 wiz Exp $
 
 DISTNAME=      pyjwt-2.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyjwt/JWT/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyJWT/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/jpadilla/py
 COMMENT=       JSON Web Token implementation in Python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-JWT/PLIST
diff -u pkgsrc/textproc/py-JWT/PLIST:1.7 pkgsrc/textproc/py-JWT/PLIST:1.8
--- pkgsrc/textproc/py-JWT/PLIST:1.7    Sun Aug  4 07:30:12 2024
+++ pkgsrc/textproc/py-JWT/PLIST        Sun Apr 13 12:20:51 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2024/08/04 07:30:12 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.8 2025/04/13 12:20:51 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/jwt/__init__.py
 ${PYSITELIB}/jwt/__init__.pyc



Home | Main Index | Thread Index | Old Index