Leo 5d5be36740 community/py3-google-api-python-client: update patch to source a commit
pull requests are meant to change, this one changed and caused checksum
errors
2020-12-13 13:53:54 -03:00

44 lines
1.8 KiB
Plaintext

# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=py3-google-api-python-client
_pkgname=google-api-python-client
pkgver=1.8.3
pkgrel=0
pkgdesc="Google API Client Library for Python"
url="https://github.com/google/google-api-python-client"
arch="noarch !ppc64le" # limited by py3-grpcio
license="Apache-2.0"
depends="py3-google-auth py3-google-auth-httplib2 py3-uritemplate py3-six py3-httplib2
py3-oauth2client py3-google-api-core"
makedepends="py3-setuptools"
checkdepends="py3-google-auth py3-google-auth-httplib2 py3-openssl py3-pytest py3-mock"
source="https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-$pkgver.tar.gz
https://github.com/googleapis/google-api-python-client/commit/8ed1dcdf85556905681146bf5fcadf6540a508e9.patch
unittest2.patch
"
builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-google-api-python-client" # Backwards compatibility
provides="py-google-api-python-client=$pkgver-r$pkgrel" # Backwards compatibility
build() {
python3 setup.py build
}
check() {
python3 -m pytest tests
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
# Fix permissions
_site_packages=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
chmod -R a+r "$pkgdir$_site_packages"
}
sha512sums="4352fd2b25c079418af509f806f09620df7a6630c015de21a5fa05a8c8bfba342d1ac849da5b87de6b04ae6a842c972f86616fc3f133611697f48406beaaee1d google-api-python-client-1.8.3.tar.gz
4c3880e13d5bf94d77b98b50d5a9b7b2547f7ead0ef910dbd4828012e691a389d97d6204300a7664a4415e78c7f8c81129d9ba88a06c3360f74407ae5b3825c9 8ed1dcdf85556905681146bf5fcadf6540a508e9.patch
e47ecc9a4522520b8be00702e7ad1b358c6683fe4daf3b16446c2e96a3c42e698244bd7e54be7245b2cdd800e7326a2c1587643ca7ee60a1dec843b3f3c49cf5 unittest2.patch"