mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-pyjwt: new package
PyJWT is a Python library which allows you to encode and decode JSON Web Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing claims securely between two parties. https://github.com/jpadilla/pyjwt Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> [Arnout: bump to 1.7.1] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
b251f50c8d
commit
4454dec17f
14
package/python-pyjwt/python-pyjwt.mk
Normal file
14
package/python-pyjwt/python-pyjwt.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyjwt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYJWT_VERSION = 1.7.1
|
||||
PYTHON_PYJWT_SOURCE = PyJWT-$(PYTHON_PYJWT_VERSION).tar.gz
|
||||
PYTHON_PYJWT_SITE = https://files.pythonhosted.org/packages/2f/38/ff37a24c0243c5f45f5798bd120c0f873eeed073994133c084e1cf13b95c
|
||||
PYTHON_PYJWT_SETUP_TYPE = setuptools
|
||||
PYTHON_PYJWT_LICENSE = MIT
|
||||
PYTHON_PYJWT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user