summaryrefslogtreecommitdiff
path: root/www/py-google-api-python-client-py3/Makefile
blob: c34724bf19a307949db3404d13f50174a3a4ed4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.4 2015/04/13 23:12:43 rodent Exp $

DISTNAME=	google-api-python-client-py3-1.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-py3//}
CATEGORIES=	python www
MASTER_SITES=	https://pypi.python.org/packages/source/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"