Skip to content

Commit

Permalink
oauth2lient: improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 23, 2016
1 parent f607696 commit c1ebb57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 5 additions & 3 deletions python/oauth2client/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python setup.py build_ext -i &&
prepare_install &&
python setup.py install --root=/
python setup.py build_ext -i &&

prepare_install &&

python setup.py install --root=/
4 changes: 4 additions & 0 deletions python/oauth2client/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
depends six
depends httplib2
depends python2-pyasn1
depends python2-rsa
7 changes: 4 additions & 3 deletions python/oauth2client/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
MODULE=oauth2client
VERSION=2.2.0
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://pypi.python.org/packages/5c/d6/42f18bd74bcc35b3579f08d8b7eb04ee8579b9b16a763b6505f8897c0d6e/
SOURCE_VFY=sha256:53d40b5a2d7fc5d36289f4848a0d763df479ac50ba5fac05424903b9e4caac26
WEB_SITE="https://pypi.python.org/pypi/oauth2client/"
WEB_SITE=https://pypi.python.org/pypi/oauth2client/
ENTERED=20160629
UPDATED=20160629
SHORT="a Python client library for OAuth 2.0"
SHORT="A Python client library for OAuth 2.0"

cat << EOF
A Python library for accessing resources protected by OAuth 2.0.
EOF

0 comments on commit c1ebb57

Please sign in to comment.