mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============ Added aiofiles.os.access. #146 Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace. #151 Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams. #154 Transition to asyncio.get_running_loop (vs asyncio.get_event_loop) internally. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
455 B
BlitzBasic
16 lines
455 B
BlitzBasic
SUMMARY = "File support for asyncio"
|
|
DESCRIPTION = "Asynchronous local file IO library for asyncio and Python"
|
|
HOMEPAGE = "https://github.com/aio-libs/aiohttp"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|
|
|
SRC_URI[sha256sum] = "edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"
|
|
|
|
PYPI_PACKAGE = "aiofiles"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${PYTHON_PN}-asyncio \
|
|
"
|