mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 09:00:38 -09:00
Migrate build backend from setuptools to flit. The license file got renamed, but the contents did not change. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
541 B
Makefile
15 lines
541 B
Makefile
################################################################################
|
|
#
|
|
# python-blinker
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BLINKER_VERSION = 1.8.2
|
|
PYTHON_BLINKER_SOURCE = blinker-$(PYTHON_BLINKER_VERSION).tar.gz
|
|
PYTHON_BLINKER_SITE = https://files.pythonhosted.org/packages/1e/57/a6a1721eff09598fb01f3c7cda070c1b6a0f12d63c83236edf79a440abcc
|
|
PYTHON_BLINKER_SETUP_TYPE = flit
|
|
PYTHON_BLINKER_LICENSE = MIT
|
|
PYTHON_BLINKER_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|