[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PYTEST_ASYNCIO
bool "python-pytest-asyncio"
select BR2_PACKAGE_PYTHON_PYTEST # runtime
help
Pytest support for asyncio.
https://github.com/pytest-dev/pytest-asyncio

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
md5 0c74a0ae2b509735594684bf00512252 pytest-asyncio-0.19.0.tar.gz
sha256 ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed pytest-asyncio-0.19.0.tar.gz
# Locally computed sha256 checksums
sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pytest-asyncio
#
################################################################################
PYTHON_PYTEST_ASYNCIO_VERSION = 0.19.0
PYTHON_PYTEST_ASYNCIO_SOURCE = pytest-asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/43/1c/4293ce5ddfd1db78fbf192bd3c47183c9ecc2816b8de382ed1b2491c7cea
PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
PYTHON_PYTEST_ASYNCIO_LICENSE_FILES = LICENSE
$(eval $(python-package))