generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-aiorwlock/Config.in
Normal file
6
package/python-aiorwlock/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_AIORWLOCK
|
||||
bool "python-aiorwlock"
|
||||
help
|
||||
Read write lock for asyncio.
|
||||
|
||||
https://github.com/aio-libs/aiorwlock
|
||||
5
package/python-aiorwlock/python-aiorwlock.hash
Normal file
5
package/python-aiorwlock/python-aiorwlock.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiorwlock/json
|
||||
md5 28e4812a1d1d67a2be4370209ece5528 aiorwlock-1.3.0.tar.gz
|
||||
sha256 83f12d87df4b9728a0b8fda1756585ab0d652b107bab59c6084e1b1ad692ab45 aiorwlock-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE
|
||||
14
package/python-aiorwlock/python-aiorwlock.mk
Normal file
14
package/python-aiorwlock/python-aiorwlock.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiorwlock
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIORWLOCK_VERSION = 1.3.0
|
||||
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
|
||||
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/77/fe/7027595f5e635ac1f597f7160a420e1f642a474576efb697001efea16bdc
|
||||
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
|
||||
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
|
||||
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user