bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
751 B
Makefile
23 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:41 wiz Exp $
|
|
|
|
DISTNAME= google-auth-httplib2-0.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
|
|
COMMENT= Google Authentication Library: httplib2 transport
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
|
|
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.15.0:../../www/py-httplib2
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|