mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/django/channels/blob/4.3.2/CHANGELOG.txt Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
561 B
Makefile
15 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# python-channels
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHANNELS_VERSION = 4.3.2
|
|
PYTHON_CHANNELS_SOURCE = channels-$(PYTHON_CHANNELS_VERSION).tar.gz
|
|
PYTHON_CHANNELS_SITE = https://files.pythonhosted.org/packages/74/92/b18d4bb54d14986a8b35215a1c9e6a7f9f4d57ca63ac9aee8290ebb4957d
|
|
PYTHON_CHANNELS_SETUP_TYPE = setuptools
|
|
PYTHON_CHANNELS_LICENSE = BSD-3-Clause
|
|
PYTHON_CHANNELS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|