@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME := python-requests-oauthlib
PKG_NAME := python-requests-oauthlib
PKG_VERSION := 1.0.0
PKG_VERSION := 1.0.0
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_LICENSE := ISC
PKG_LICENSE := ISC
PKG_SOURCE := requests-oauthlib-$( PKG_VERSION) .tar.gz
PKG_SOURCE := requests-oauthlib-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/95/be/072464f05b70e4142cb37151e215a2037b08b1400f8a56f2538b76ca6205
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/r/requests-oauthlib
PKG_HASH := 8886bfec5ad7afb391ed5443b1f697c6f4ae98d0e5620839d8b4499c032ada3f
PKG_HASH := 8886bfec5ad7afb391ed5443b1f697c6f4ae98d0e5620839d8b4499c032ada3f
PKG_BUILD_DIR := $( BUILD_DIR) /requests-oauthlib-$( PKG_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /requests-oauthlib-$( PKG_VERSION)
@ -27,22 +27,14 @@ define Package/python-requests-oauthlib
MAINTAINER:= Eneas U de Queiroz <cote2004-github@yahoo.com>
MAINTAINER:= Eneas U de Queiroz <cote2004-github@yahoo.com>
TITLE:= OAuthlib authentication support for Requests.
TITLE:= OAuthlib authentication support for Requests.
URL:= https://github.com/requests/requests-oauthlib
URL:= https://github.com/requests/requests-oauthlib
DEPENDS:= +python +python-requests +python-oauthlib +python-cryptography +pyjwt
DEPENDS:= +python +python-requests +python-oauthlib +python-cryptography +python-pyjwt
VARIANT:= python
e n d e f
e n d e f
d e f i n e P a c k a g e / p y t h o n - r e q u e s t s - o a u t h l i b / d e s c r i p t i o n
d e f i n e P a c k a g e / p y t h o n - r e q u e s t s - o a u t h l i b / d e s c r i p t i o n
This project provides first-class OAuth library support for Requests.
This project provides first-class OAuth library support for Requests.
e n d e f
e n d e f
d e f i n e B u i l d / C o m p i l e
$( call Build/Compile/PyMod,,install --prefix= /usr --root= $( PKG_INSTALL_DIR) )
e n d e f
d e f i n e P a c k a g e / p y t h o n - r e q u e s t s - o a u t h l i b / i n s t a l l
$( INSTALL_DIR) $( 1) $( PYTHON_PKG_DIR)
$( CP) \
$( PKG_INSTALL_DIR) $( PYTHON_PKG_DIR) /* \
$( 1) $( PYTHON_PKG_DIR)
e n d e f
$( eval $ ( call PyPackage ,python -requests -oauthlib ) )
$( eval $ ( call BuildPackage ,python -requests -oauthlib ) )
$( eval $ ( call BuildPackage ,python -requests -oauthlib ) )
$( eval $ ( call BuildPackage ,python -requests -oauthlib -src ) )