18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
# 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
|
||
# Grup: sistem
|
||
|
||
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
|
||
}
|
||
|