pkgsrc/security/py-google-auth-oauthlib/Makefile
adam ea29598953 py-google-auth-oauthlib: updated to 0.4.4
0.4.4

Bug Fixes

add redirect_uri_trailing slash param to run_local_server
2021-04-05 19:53:03 +00:00

25 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/04/05 19:53:03 adam Exp $
DISTNAME= google-auth-oauthlib-0.4.4
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
DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.0.0:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} google-oauthlib-tool google-oauthlib-tool-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"