mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package: add python-itsdangerous
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b534b5aaca
commit
5c3d119090
@ -493,6 +493,7 @@ menu "external python modules"
|
|||||||
source "package/python-id3/Config.in"
|
source "package/python-id3/Config.in"
|
||||||
source "package/python-ipy/Config.in"
|
source "package/python-ipy/Config.in"
|
||||||
source "package/python-ipython/Config.in"
|
source "package/python-ipython/Config.in"
|
||||||
|
source "package/python-itsdangerous/Config.in"
|
||||||
source "package/python-jinja2/Config.in"
|
source "package/python-jinja2/Config.in"
|
||||||
source "package/python-json-schema-validator/Config.in"
|
source "package/python-json-schema-validator/Config.in"
|
||||||
source "package/python-keyring/Config.in"
|
source "package/python-keyring/Config.in"
|
||||||
|
7
package/python-itsdangerous/Config.in
Normal file
7
package/python-itsdangerous/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_PYTHON_ITSDANGEROUS
|
||||||
|
bool "python-itsdangerous"
|
||||||
|
help
|
||||||
|
Itsdangerous contains various helpers to pass data to
|
||||||
|
untrusted environments and to get it back safe and sound.
|
||||||
|
|
||||||
|
http://pythonhosted.org/itsdangerous/
|
13
package/python-itsdangerous/python-itsdangerous.mk
Normal file
13
package/python-itsdangerous/python-itsdangerous.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# python-itsdangerous
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PYTHON_ITSDANGEROUS_VERSION = 0.24
|
||||||
|
PYTHON_ITSDANGEROUS_SITE = $(call github,mitsuhiko,itsdangerous,$(PYTHON_ITSDANGEROUS_VERSION))
|
||||||
|
PYTHON_ITSDANGEROUS_SETUP_TYPE = setuptools
|
||||||
|
PYTHON_ITSDANGEROUS_LICENSE = BSD-3c
|
||||||
|
PYTHON_ITSDANGEROUS_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
$(eval $(python-package))
|
Loading…
x
Reference in New Issue
Block a user