bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 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 8940c41c342b5bafe2ebb0d6e5c320ec pytest-asyncio-0.15.1.tar.gz
sha256 2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f pytest-asyncio-0.15.1.tar.gz
# Locally computed sha256 checksums
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE

View File

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