blob: 7992b00f3ed6bda62cffa1f709a38a3bb42ca412 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "File support for asyncio"
2DESCRIPTION = "Asynchronous local file IO library for asyncio and Python"
3HOMEPAGE = "https://github.com/aio-libs/aiohttp"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
6
Andrew Geissler220dafd2023-10-04 10:18:08 -05007SRC_URI[sha256sum] = "84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"
Andrew Geissler595f6302022-01-24 19:11:47 +00008
9PYPI_PACKAGE = "aiofiles"
10
Andrew Geissler220dafd2023-10-04 10:18:08 -050011inherit pypi python_hatchling
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"