Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
15
buildroot/package/python-asgiref/Config.in
Normal file
15
buildroot/package/python-asgiref/Config.in
Normal 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/
|
||||
5
buildroot/package/python-asgiref/python-asgiref.hash
Normal file
5
buildroot/package/python-asgiref/python-asgiref.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/asgiref/json
|
||||
md5 39218c10eee0bf66a3d893491d835e86 asgiref-3.2.3.tar.gz
|
||||
sha256 7e06d934a7718bf3975acbf87780ba678957b87c7adc056f13b6215d610695a0 asgiref-3.2.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE
|
||||
14
buildroot/package/python-asgiref/python-asgiref.mk
Normal file
14
buildroot/package/python-asgiref/python-asgiref.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-asgiref
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASGIREF_VERSION = 3.2.3
|
||||
PYTHON_ASGIREF_SOURCE = asgiref-$(PYTHON_ASGIREF_VERSION).tar.gz
|
||||
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/80/c4/83a01607f2d10024c172097126264c8e00c6a4827b35d631ece9625e6ba2
|
||||
PYTHON_ASGIREF_SETUP_TYPE = setuptools
|
||||
PYTHON_ASGIREF_LICENSE = BSD-3-Clause
|
||||
PYTHON_ASGIREF_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user