fwknop: init script improvements
[feed/packages.git] / lang / python / python3-asgiref / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=asgiref
4 PKG_VERSION:=3.2.3
5 PKG_RELEASE:=1
6
7 PYPI_NAME:=asgiref
8 PKG_HASH:=7e06d934a7718bf3975acbf87780ba678957b87c7adc056f13b6215d610695a0
9
10 PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
11 PKG_LICENSE:=BSD-3-Clause
12 PKG_LICENSE_FILES:=LICENSE
13
14 include ../pypi.mk
15 include $(INCLUDE_DIR)/package.mk
16 include ../python3-package.mk
17
18 define Package/python3-asgiref
19 SUBMENU:=Python
20 SECTION:=lang
21 CATEGORY:=Languages
22 TITLE:=Standard for Python asynchronous web apps and servers.
23 URL:=https://asgi.readthedocs.io/en/latest/
24 DEPENDS:=+python3-light +python3-logging +python3-asyncio
25 VARIANT:=python3
26 endef
27
28 define Package/python3-asgiref/description
29 ASGI is a standard for Python asynchronous web apps and servers to communicate
30 with each other, and positioned as an asynchronous successor to WSGI.
31 endef
32
33 $(eval $(call Py3Package,python3-asgiref))
34 $(eval $(call BuildPackage,python3-asgiref))
35 $(eval $(call BuildPackage,python3-asgiref-src))