mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
7
package/python-pytest-asyncio/Config.in
Normal file
7
package/python-pytest-asyncio/Config.in
Normal 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
|
5
package/python-pytest-asyncio/python-pytest-asyncio.hash
Normal file
5
package/python-pytest-asyncio/python-pytest-asyncio.hash
Normal 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
|
14
package/python-pytest-asyncio/python-pytest-asyncio.mk
Normal file
14
package/python-pytest-asyncio/python-pytest-asyncio.mk
Normal 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))
|
Reference in New Issue
Block a user