mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
731 B
Makefile
23 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:48 wiz Exp $
|
|
|
|
DISTNAME= google-api-python-client-py3-1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-py3//}
|
|
CATEGORIES= python www
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client-py3/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/google-api-python-client/
|
|
COMMENT= Google API Client Library for Python (python 3x port)
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.8:../../www/py-httplib2
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # won't CONFLICT with the 2.x version
|
|
|
|
REPLACE_PYTHON+= apiclient/*.py oauth2client/*.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|