mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/marshmallow-code/apispec/blob/6.10.0/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
538 B
Makefile
15 lines
538 B
Makefile
################################################################################
|
|
#
|
|
# python-apispec
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_APISPEC_VERSION = 6.10.0
|
|
PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
|
|
PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/4a/f1/1f5a9332df3ecd90cc5ab69bc58a4174b8ba2ac1720c4c26b01d20751bf5
|
|
PYTHON_APISPEC_SETUP_TYPE = flit
|
|
PYTHON_APISPEC_LICENSE = MIT
|
|
PYTHON_APISPEC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|