generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-aiofiles/Config.in
Normal file
7
package/python-aiofiles/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOFILES
|
||||
bool "python-aiofiles"
|
||||
help
|
||||
aiofiles aims to handle local disk files in
|
||||
asyncio applications.
|
||||
|
||||
https://pypi.org/project/aiofiles
|
||||
5
package/python-aiofiles/python-aiofiles.hash
Normal file
5
package/python-aiofiles/python-aiofiles.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiofiles/json
|
||||
md5 697deeb4fdcb620c45f114f173ed7c0d aiofiles-0.8.0.tar.gz
|
||||
sha256 8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59 aiofiles-0.8.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE
|
||||
14
package/python-aiofiles/python-aiofiles.mk
Normal file
14
package/python-aiofiles/python-aiofiles.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiofiles
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOFILES_VERSION = 0.8.0
|
||||
PYTHON_AIOFILES_SOURCE = aiofiles-$(PYTHON_AIOFILES_VERSION).tar.gz
|
||||
PYTHON_AIOFILES_SITE = https://files.pythonhosted.org/packages/10/ca/c416cfacf6a47e1400dad56eab85aa86c92c6fbe58447d12035e434f0d5c
|
||||
PYTHON_AIOFILES_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOFILES_LICENSE = Apache-2.0
|
||||
PYTHON_AIOFILES_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user