mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-05 07:03:51 -09:00
Migrate from setuptools to flit build backend.
License hash changed due to year removal:
d813c73f84
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
592 B
Makefile
15 lines
592 B
Makefile
################################################################################
|
|
#
|
|
# python-flask-smorest
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FLASK_SMOREST_VERSION = 0.45.0
|
|
PYTHON_FLASK_SMOREST_SOURCE = flask_smorest-$(PYTHON_FLASK_SMOREST_VERSION).tar.gz
|
|
PYTHON_FLASK_SMOREST_SITE = https://files.pythonhosted.org/packages/29/cc/ad32be9d2a2148000c4c845d234f12cee10d6ec9cc3724fe7a3ff9e93f99
|
|
PYTHON_FLASK_SMOREST_SETUP_TYPE = flit
|
|
PYTHON_FLASK_SMOREST_LICENSE = MIT
|
|
PYTHON_FLASK_SMOREST_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|