milis/talimatname/genel/p/python-oauth2/talimat

18 lines
439 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.

# Tanım: OAuth 1.0 istemcileri ve sunucuları oluşturmak için tamamen test edilmiş, soyut bir arayüz.
# URL: https://github.com/simplegeo/python-oauth2
# Paketçi: milisarge
# Gerekler: python-httplib2 python-setuptools
isim=python-oauth2
surum=1.5.211
devir=1
kaynak=(
https://pypi.python.org/packages/source/o/oauth2/oauth2-$surum.tar.gz)
derle() {
cd oauth2-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}