python-oauth2client: update to 2.0.0
This commit is contained in:
parent
8d98540c91
commit
08146b56aa
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-oauth2client'
|
||||
pkgname=python-oauth2client
|
||||
version=1.5.2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -14,7 +14,11 @@ maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/oauth2client/"
|
||||
distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
|
||||
checksum=937dc5b1c9c7e9d41daf78b38a3f70e1be83bb31871afed2470a98544edfcf62
|
||||
checksum=3ecaa187e30bca30cf26de8418cb6c7f8cdff27770dd84d7afeba0ee9eb990b8
|
||||
|
||||
pre_build() {
|
||||
sed -i '/^#!/d' oauth2client/util.py
|
||||
}
|
||||
|
||||
python3.4-oauth2client_package() {
|
||||
noarch=yes
|
||||
|
|
1
srcpkgs/python-oauth2client/update
Normal file
1
srcpkgs/python-oauth2client/update
Normal file
|
@ -0,0 +1 @@
|
|||
ignore="*post*"
|
Loading…
Reference in a new issue