mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-aiorwlock: new package
Read write lock for asyncio. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8c2bc94547
commit
57b3e57127
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 = 0.5.0
|
||||
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
|
||||
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/0c/20/d30f332e6ecb2be467ab5603e277b26e3a8eb2a72f75bf8d309bdd4c0c82
|
||||
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