milis/talimatname/genel/python-oauth2/talimat

18 lines
454 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}