mirror of
https://github.com/openwrt/packages.git
synced 2026-04-18 04:12:14 +00:00
python-async-timeout: update to 5.0.1
Update package to 5.0.1. Add PYPI_SOURCE_NAME since PyPI switched sdist filename to use underscores (async_timeout-5.0.1.tar.gz). Add test.sh to verify timeout context manager functionality. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
9785dc89ec
commit
2b8992a144
@@ -8,11 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-async-timeout
|
||||
PKG_VERSION:=4.0.2
|
||||
PKG_VERSION:=5.0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=async-timeout
|
||||
PKG_HASH:=2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15
|
||||
PYPI_SOURCE_NAME:=async_timeout
|
||||
PKG_HASH:=d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
@@ -30,7 +31,8 @@ define Package/python3-async-timeout
|
||||
URL:=https://github.com/aio-libs/async-timeout
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
+python3-asyncio
|
||||
+python3-asyncio \
|
||||
+python3-logging
|
||||
endef
|
||||
|
||||
define Package/python3-async-timeout/description
|
||||
|
||||
Reference in New Issue
Block a user