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,15 @@
config BR2_PACKAGE_PYTHON_ASGIREF
bool "python-asgiref"
depends on BR2_PACKAGE_PYTHON3
help
ASGI is a standard for Python asynchronous web apps and
servers to communicate with each other, and positioned as
an asynchronous successor to WSGI.
This package includes ASGI base libraries, such as:
- Sync-to-async and async-to-sync function wrappers,
asgiref.sync
- Server base classes, asgiref.server
- A WSGI-to-ASGI adapter, in asgiref.wsgi
http://github.com/django/asgiref/

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/asgiref/json
md5 5afe03ecc39ae94950ff95e80166d945 asgiref-3.3.4.tar.gz
sha256 d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78 asgiref-3.3.4.tar.gz
# Locally computed sha256 checksums
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-asgiref
#
################################################################################
PYTHON_ASGIREF_VERSION = 3.3.4
PYTHON_ASGIREF_SOURCE = asgiref-$(PYTHON_ASGIREF_VERSION).tar.gz
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/d8/3f/ef696a6d8254f182b1a089aeffb638d2eb83055e603146d3a40605c5b7da
PYTHON_ASGIREF_SETUP_TYPE = setuptools
PYTHON_ASGIREF_LICENSE = BSD-3-Clause
PYTHON_ASGIREF_LICENSE_FILES = LICENSE
$(eval $(python-package))