29 lines
1.0 KiB
Bash
29 lines
1.0 KiB
Bash
# Template file for 'python-google-api-python-client'
|
|
pkgname=python-google-api-python-client
|
|
version=1.5.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
pycompile_module="apiclient googleapiclient"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python-httplib2 python-oauth2client python-uritemplate python-six"
|
|
short_desc="Google API client library for Python2"
|
|
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
|
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=2fd69ea71497a7de01cee4c85a9a64a593458eba0c1fec8d8a24e34d1298fdbd
|
|
|
|
python3.4-google-api-python-client_package() {
|
|
noarch=yes
|
|
depends="python3.4-httplib2 python3.4-oauth2client python3.4-uritemplate python3.4-six"
|
|
pycompile_version="3.4"
|
|
pycompile_module="apiclient googleapiclient"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|