pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 16:08:12 UTC 2025

Modified Files:
        pkgsrc/security/py-google-auth: Makefile PLIST

Log Message:
py-google-auth: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-google-auth/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-google-auth/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.81 pkgsrc/security/py-google-auth/Makefile:1.82
--- pkgsrc/security/py-google-auth/Makefile:1.81        Fri Jan 31 18:41:23 2025
+++ pkgsrc/security/py-google-auth/Makefile     Sun Apr 13 16:08:12 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2025/01/31 18:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2025/04/13 16:08:12 wiz Exp $
 
 DISTNAME=      google_auth-2.38.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/googleapis/
 COMMENT=       Google Authentication Library
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.20 pkgsrc/security/py-google-auth/PLIST:1.21
--- pkgsrc/security/py-google-auth/PLIST:1.20   Sun Sep 22 16:12:48 2024
+++ pkgsrc/security/py-google-auth/PLIST        Sun Apr 13 16:08:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2024/09/22 16:12:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/04/13 16:08:12 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
@@ -214,8 +214,8 @@ ${PYSITELIB}/google/oauth2/webauthn_hand
 ${PYSITELIB}/google/oauth2/webauthn_types.py
 ${PYSITELIB}/google/oauth2/webauthn_types.pyc
 ${PYSITELIB}/google/oauth2/webauthn_types.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index