pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-oauth2client
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 20:30:05 UTC 2025
Modified Files:
pkgsrc/security/py-oauth2client: Makefile PLIST
Log Message:
py-oauth2client: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-oauth2client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-oauth2client/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-oauth2client/Makefile
diff -u pkgsrc/security/py-oauth2client/Makefile:1.12 pkgsrc/security/py-oauth2client/Makefile:1.13
--- pkgsrc/security/py-oauth2client/Makefile:1.12 Tue Jul 12 09:08:27 2022
+++ pkgsrc/security/py-oauth2client/Makefile Tue Apr 22 20:30:05 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/07/12 09:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/22 20:30:05 wiz Exp $
DISTNAME= oauth2client-4.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security net python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2client/}
@@ -11,15 +11,23 @@ HOMEPAGE= https://github.com/google/oaut
COMMENT= Python library for accessing resources protected by OAuth 2.0
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
+TEST_DEPENDS+= ${PYPKGPREFIX}-fasteners-[0-9]*:../../devel/py-fasteners
+TEST_DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+TEST_DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
+TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+# as of 4.1.3
+# 2 warnings, 6 errors
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-oauth2client/PLIST
diff -u pkgsrc/security/py-oauth2client/PLIST:1.5 pkgsrc/security/py-oauth2client/PLIST:1.6
--- pkgsrc/security/py-oauth2client/PLIST:1.5 Thu May 11 09:24:06 2017
+++ pkgsrc/security/py-oauth2client/PLIST Tue Apr 22 20:30:05 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2017/05/11 09:24:06 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.6 2025/04/22 20:30:05 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}/oauth2client/__init__.py
${PYSITELIB}/oauth2client/__init__.pyc
${PYSITELIB}/oauth2client/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index