mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/python-asgiref: new package
ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b11bcfffdf
commit
0f71c6b09f
14
package/python-asgiref/python-asgiref.mk
Normal file
14
package/python-asgiref/python-asgiref.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-asgiref
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASGIREF_VERSION = 3.2.0
|
||||
PYTHON_ASGIREF_SOURCE = asgiref-$(PYTHON_ASGIREF_VERSION).tar.gz
|
||||
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/65/ef/e357b3e3d418f16d8f79b9d0c44d170bc0d88f0840b5755b6bfe25a576ea
|
||||
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