generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-async-timeout/Config.in
Normal file
7
package/python-async-timeout/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT
|
||||
bool "python-async-timeout"
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
asyncio-compatible timeout context manager.
|
||||
|
||||
https://github.com/aio-libs/async-timeout
|
||||
5
package/python-async-timeout/python-async-timeout.hash
Normal file
5
package/python-async-timeout/python-async-timeout.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/async-timeout/json
|
||||
md5 10571272b2e0fab839ec23f8293bf482 async-timeout-4.0.2.tar.gz
|
||||
sha256 2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 async-timeout-4.0.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 e18d7bb8f513e2c46bb585c94b585bd30720dd3ccb21ddb0786f72d16658f92c LICENSE
|
||||
14
package/python-async-timeout/python-async-timeout.mk
Normal file
14
package/python-async-timeout/python-async-timeout.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-async-timeout
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASYNC_TIMEOUT_VERSION = 4.0.2
|
||||
PYTHON_ASYNC_TIMEOUT_SOURCE = async-timeout-$(PYTHON_ASYNC_TIMEOUT_VERSION).tar.gz
|
||||
PYTHON_ASYNC_TIMEOUT_SITE = https://files.pythonhosted.org/packages/54/6e/9678f7b2993537452710ffb1750c62d2c26df438aa621ad5fa9d1507a43a
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE = Apache-2.0
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE_FILES = LICENSE
|
||||
PYTHON_ASYNC_TIMEOUT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user