# Template file for 'python-google-api-python-client' pkgname=python-google-api-python-client version=1.7.7 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="apiclient googleapiclient" hostmakedepends="python-setuptools python3-setuptools" depends="python-httplib2 python-google-auth python-google-auth-httplib2 python-uritemplate python-six" short_desc="Google API client library for Python2" maintainer="Peter Bui " license="Apache-2.0" homepage="https://github.com/google/google-api-python-client/" distfiles="${PYPI_SITE}/g/google-api-python-client/google-api-python-client-${version}.tar.gz" checksum=9106e7d09d80f59a9472a91edd85c2d6ad420aef28c9440ce1691b4a19ba9ada python3-google-api-python-client_package() { noarch=yes depends="python3-httplib2 python3-oauth2client python3-uritemplate python3-six" pycompile_module="apiclient googleapiclient" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }