generated from gaoyang3513/SDK_RK3288
[Mod] First commit
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 0c74a0ae2b509735594684bf00512252 pytest-asyncio-0.19.0.tar.gz
|
||||
sha256 ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed pytest-asyncio-0.19.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae 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.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))
|
||||
Reference in New Issue
Block a user