pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-google-auth-httplib2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 19:01:57 UTC 2025
Modified Files:
pkgsrc/security/py-google-auth-httplib2: Makefile PLIST
Log Message:
py-google-auth-httplib2: fix for setuptools>=78; add test depends
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-google-auth-httplib2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-google-auth-httplib2/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-httplib2/Makefile
diff -u pkgsrc/security/py-google-auth-httplib2/Makefile:1.7 pkgsrc/security/py-google-auth-httplib2/Makefile:1.8
--- pkgsrc/security/py-google-auth-httplib2/Makefile:1.7 Sun Dec 17 22:23:50 2023
+++ pkgsrc/security/py-google-auth-httplib2/Makefile Sun Apr 13 19:01:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2023/12/17 22:23:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/13 19:01:57 wiz Exp $
DISTNAME= google-auth-httplib2-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
@@ -10,13 +11,13 @@ HOMEPAGE= https://github.com/GoogleCloud
COMMENT= Google Authentication Library: httplib2 transport
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.19.0:../../www/py-httplib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=0:../../www/py-flask
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver>=0:../../devel/py-test-localserver
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-google-auth-httplib2/PLIST
diff -u pkgsrc/security/py-google-auth-httplib2/PLIST:1.2 pkgsrc/security/py-google-auth-httplib2/PLIST:1.3
--- pkgsrc/security/py-google-auth-httplib2/PLIST:1.2 Sun Dec 17 22:23:50 2023
+++ pkgsrc/security/py-google-auth-httplib2/PLIST Sun Apr 13 19:01:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2023/12/17 22:23:50 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 19:01:57 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/google_auth_httplib2.py
${PYSITELIB}/google_auth_httplib2.pyc
Home |
Main Index |
Thread Index |
Old Index