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
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
name=python-oauth2
|
|
|
|
|
version=1.5.211
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(
|
|
|
|
|
https://pypi.python.org/packages/source/o/oauth2/oauth2-$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd oauth2-$version
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|
|
|
|
|
|