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 Dec 17 22:23:50 UTC 2023
Modified Files:
pkgsrc/security/py-google-auth-httplib2: Makefile PLIST distinfo
Log Message:
py-google-auth-httplib2: update to 0.2.0.
0.2.0 (2023-12-12)
Features
Add support for Python 3.12 (#126) (9a110a6)
Dependencies
Remove third-party mock library (#124) (ea0c7c6)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-google-auth-httplib2/Makefile \
pkgsrc/security/py-google-auth-httplib2/distinfo
cvs rdiff -u -r1.1 -r1.2 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.6 pkgsrc/security/py-google-auth-httplib2/Makefile:1.7
--- pkgsrc/security/py-google-auth-httplib2/Makefile:1.6 Wed Oct 4 16:04:56 2023
+++ pkgsrc/security/py-google-auth-httplib2/Makefile Sun Dec 17 22:23:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/10/04 16:04:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/17 22:23:50 wiz Exp $
-DISTNAME= google-auth-httplib2-0.1.1
+DISTNAME= google-auth-httplib2-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
@@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/GoogleCloud
COMMENT= Google Authentication Library: httplib2 transport
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.19.0:../../www/py-httplib2
@@ -17,5 +18,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-google-auth-httplib2/distinfo
diff -u pkgsrc/security/py-google-auth-httplib2/distinfo:1.6 pkgsrc/security/py-google-auth-httplib2/distinfo:1.7
--- pkgsrc/security/py-google-auth-httplib2/distinfo:1.6 Wed Oct 4 16:04:56 2023
+++ pkgsrc/security/py-google-auth-httplib2/distinfo Sun Dec 17 22:23:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/04 16:04:56 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/12/17 22:23:50 wiz Exp $
-BLAKE2s (google-auth-httplib2-0.1.1.tar.gz) = a8fafad851288376013ee53bc5aba6fc55c1d7a26b125ed82fc70336fbf22f43
-SHA512 (google-auth-httplib2-0.1.1.tar.gz) = adcda6f61a6d4c40e8b3215dd4c1b88d9bac33c6a748201f0ea2f068b34a173526782e42fd8aea46628acd2b40941685e9dcf88d07dba498fde110801e65cb8d
-Size (google-auth-httplib2-0.1.1.tar.gz) = 10817 bytes
+BLAKE2s (google-auth-httplib2-0.2.0.tar.gz) = 7a8fc1cd24fc233f314940b1a7e6bab83103d5a88781a47199a68f69debacc67
+SHA512 (google-auth-httplib2-0.2.0.tar.gz) = 82ffe87172056cd6d15e3d5f12c155ff9e09fdea9d8e6385fd3ddc2db374df41a74dcfb3aff3df1d046d2b537f0a98ee9b5c7dd7818d2274af9462df48e7bdf8
+Size (google-auth-httplib2-0.2.0.tar.gz) = 10842 bytes
Index: pkgsrc/security/py-google-auth-httplib2/PLIST
diff -u pkgsrc/security/py-google-auth-httplib2/PLIST:1.1 pkgsrc/security/py-google-auth-httplib2/PLIST:1.2
--- pkgsrc/security/py-google-auth-httplib2/PLIST:1.1 Tue Jul 2 12:00:13 2019
+++ pkgsrc/security/py-google-auth-httplib2/PLIST Sun Dec 17 22:23:50 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/07/02 12:00:13 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/12/17 22:23:50 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/google_auth_httplib2.py
${PYSITELIB}/google_auth_httplib2.pyc
${PYSITELIB}/google_auth_httplib2.pyo
Home |
Main Index |
Thread Index |
Old Index