# $NetBSD: Makefile,v 1.19 2024/01/15 13:22:13 adam Exp $ DISTNAME= google-auth-oauthlib-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib COMMENT= Google Authentication Library LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.15.0:../../security/py-google-auth DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} google-oauthlib-tool google-oauthlib-tool-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"