bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
25 lines
835 B
Makefile
25 lines
835 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/01/04 20:54:43 wiz Exp $
|
|
|
|
DISTNAME= oauth2client-4.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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}-six-[0-9]*:../../lang/py-six
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= rsa
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|