pkgsrc/security/py-oauth2client/Makefile
adam 8c300d0786 py-oauth2client: updated to 4.1.3
v4.1.3

**Note**: oauth2client is deprecated. No more features will be added to the
libraries and the core team is turning down support.

* Changed OAuth2 endpoints to use oauth2.googleapis.com variants.
2018-09-24 09:52:24 +00:00

22 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/09/24 09:52:24 adam Exp $
DISTNAME= oauth2client-4.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security net python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2client/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/google/oauth2client
COMMENT= Python library for accessing resources protected by OAuth 2.0
LICENSE= apache-2.0
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
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"