First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_CHEROOT
bool "python-cheroot"
depends on BR2_PACKAGE_PYTHON3 # python-more-itertools, python-jaraco-functools
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
help
Cheroot is the high-performance, pure-Python
HTTP server used by CherryPy.
https://github.com/cherrypy/cheroot

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cheroot/json
md5 7ace4b584a8092deb9f6b0142a627086 cheroot-8.2.1.tar.gz
sha256 5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff cheroot-8.2.1.tar.gz
# Locally computed sha256 checksums
sha256 da6dc218683f6dab91c6367f00bf33095d980fb1f04d430c81c5e6994b8605e0 LICENSE.md

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-cheroot
#
################################################################################
PYTHON_CHEROOT_VERSION = 8.2.1
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/9b/4d/2e51e7ce60f54a5279e91648b9b9b497d4d22bc624ecae6af1b6866144a7
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
PYTHON_CHEROOT_SETUP_TYPE = setuptools
PYTHON_CHEROOT_DEPENDENCIES = host-python-setuptools-scm host-python-setuptools-scm-git-archive
$(eval $(python-package))