mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/aio-libs/aiorwlock/blob/v1.5.1/CHANGES.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
564 B
Makefile
15 lines
564 B
Makefile
################################################################################
|
|
#
|
|
# python-aiorwlock
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIORWLOCK_VERSION = 1.5.1
|
|
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
|
|
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/6b/65/316cdc82c1b92953235ced1c71a3763f0cd9273c3bec5db60bdb5ad59bfe
|
|
PYTHON_AIORWLOCK_SETUP_TYPE = poetry
|
|
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
|
|
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|