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

18 lines
439 B
Plaintext
Raw Normal View History

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