/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-asgiref/Makefile
34 строки
969 B
Jeffery To
python3-asgiref: Update to 3.7.2, rename source package
07 июн 2023, 23:19
07 июн 2023, 23:19
b098f2a
Код
Авторство
О чём код?
include $(TOPDIR)/rules.mk PKG_NAME:=python-asgiref PKG_VERSION:=3.7.2 PKG_RELEASE:=1 PYPI_NAME:=asgiref PKG_HASH:=9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-asgiref SUBMENU:=Python SECTION:=lang CATEGORY:=Languages TITLE:=ASGI specs, helper code, and adapters URL:=https://github.com/django/asgiref/ DEPENDS:=+python3-light +python3-logging +python3-asyncio endef define Package/python3-asgiref/description ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. endef $(eval $(call Py3Package,python3-asgiref)) $(eval $(call BuildPackage,python3-asgiref)) $(eval $(call BuildPackage,python3-asgiref-src))