Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-13 10:23:00 +03:00 committed by GitHub
parent e5ec8855a2
commit 9dc959e921

View file

@ -1,8 +1,8 @@
# Description: A fully tested, abstract interface to creating OAuth 1.0 clients and servers. # Description: OAuth 1.0 istemcileri ve sunucuları oluşturmak için tamamen test edilmiş, soyut bir arayüz.
# URL: URL: https://github.com/simplegeo/python-oauth2 # URL: https://github.com/simplegeo/python-oauth2
# NuTyX package info file (http://nutyx.org) # Packager: milisarge
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: python-httplib2 python-setuptools # Depends on: python-httplib2 python-setuptools
name=python-oauth2 name=python-oauth2
version=1.5.211 version=1.5.211
release=1 release=1
@ -15,6 +15,3 @@ build() {
python2 setup.py install --prefix=/usr --root=$PKG python2 setup.py install --prefix=/usr --root=$PKG
} }
# NuTyX Pkgfile (http://nutyx.org)