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

18 lines
439 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: OAuth 1.0 istemcileri ve sunucuları oluşturmak için tamamen test edilmiş, soyut bir arayüz.
2017-04-13 10:23:00 +03:00
# URL: https://github.com/simplegeo/python-oauth2
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python-httplib2 python-setuptools
2017-04-13 10:23:00 +03:00
2017-10-28 15:10:23 +03:00
isim=python-oauth2
surum=1.5.211
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(
https://pypi.python.org/packages/source/o/oauth2/oauth2-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd oauth2-$surum
2016-02-24 02:27:23 +02:00
python2 setup.py install --prefix=/usr --root=$PKG
}