mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/evansd/whitenoise/blob/6.12.0/docs/changelog.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
571 B
Makefile
15 lines
571 B
Makefile
################################################################################
|
|
#
|
|
# python-whitenoise
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WHITENOISE_VERSION = 6.12.0
|
|
PYTHON_WHITENOISE_SOURCE = whitenoise-$(PYTHON_WHITENOISE_VERSION).tar.gz
|
|
PYTHON_WHITENOISE_SITE = https://files.pythonhosted.org/packages/cb/2a/55b3f3a4ec326cd077c1c3defeee656b9298372a69229134d930151acd01
|
|
PYTHON_WHITENOISE_SETUP_TYPE = setuptools
|
|
PYTHON_WHITENOISE_LICENSE = MIT
|
|
PYTHON_WHITENOISE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|