# Description: OAuth 1.0 istemcileri ve sunucuları oluşturmak için tamamen test edilmiş, soyut bir arayüz.
# URL: https://github.com/simplegeo/python-oauth2
# Packager: milisarge
# Depends on: python-httplib2 python-setuptools 

name=python-oauth2
version=1.5.211
release=1

source=(
https://pypi.python.org/packages/source/o/oauth2/oauth2-$version.tar.gz)

build() {
    cd oauth2-$version
    python2 setup.py install --prefix=/usr --root=$PKG
}

