pkgsrc/security/py-google-auth-oauthlib/Makefile
adam f9acf61f56 py-google-auth-oauthlib: updated to 0.4.6
0.4.6

Bug Fixes
remove dependency on six
2021-09-01 18:24:19 +00:00

25 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/09/01 18:24:19 adam Exp $
DISTNAME= google-auth-oauthlib-0.4.6
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"