mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
https://github.com/marshmallow-code/apispec/blob/6.9.0/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
537 B
Makefile
15 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# python-apispec
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_APISPEC_VERSION = 6.9.0
|
|
PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
|
|
PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/02/ad/30cd449f3a0cf213dd13d9af7ba869214d8c66d517939964d3f490307e46
|
|
PYTHON_APISPEC_SETUP_TYPE = flit
|
|
PYTHON_APISPEC_LICENSE = MIT
|
|
PYTHON_APISPEC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|