[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_ITSDANGEROUS
bool "python-itsdangerous"
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
Itsdangerous contains various helpers to pass data to
untrusted environments and to get it back safe and sound.
http://pythonhosted.org/itsdangerous/

View File

@ -0,0 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/itsdangerous/json
md5 c1bc730ddf53b8374eaa823f24eb6438 itsdangerous-2.1.2.tar.gz
sha256 5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a itsdangerous-2.1.2.tar.gz
# Locally computed sha256 checksums
sha256 63af09891b6be8ad1a4252ed43af0f4efba7fc948e228367bed7f3c5ae0b09d7 LICENSE.rst
sha256 c9362a7258a11c84a8f7e825ccbbb5c425c6fc02368d3aee6494533fb99ba1f4 docs/license.rst

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-itsdangerous
#
################################################################################
PYTHON_ITSDANGEROUS_VERSION = 2.1.2
PYTHON_ITSDANGEROUS_SOURCE = itsdangerous-$(PYTHON_ITSDANGEROUS_VERSION).tar.gz
PYTHON_ITSDANGEROUS_SITE = https://files.pythonhosted.org/packages/7f/a1/d3fb83e7a61fa0c0d3d08ad0a94ddbeff3731c05212617dff3a94e097f08
PYTHON_ITSDANGEROUS_SETUP_TYPE = setuptools
PYTHON_ITSDANGEROUS_LICENSE = BSD-3-Clause
PYTHON_ITSDANGEROUS_LICENSE_FILES = LICENSE.rst docs/license.rst
$(eval $(python-package))