vp-build/srcpkgs/python-google-api-python-cl.../template

29 lines
1.0 KiB
Bash

# Template file for 'python-google-api-python-client'
pkgname=python-google-api-python-client
version=1.7.11
revision=2
archs=noarch
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 <pbui@github.bx612.space>"
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=a8a88174f66d92aed7ebbd73744c2c319b4b1ce828e565f9ec721352d2e2fb8c
python3-google-api-python-client_package() {
archs=noarch
depends="python3-httplib2 python3-google-auth
python3-google-auth-httplib2 python3-uritemplate python3-six"
pycompile_module="apiclient googleapiclient"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}