a7c4753998
Signed-off-by: Esben Haabendal <esben@geanix.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
455 B
Makefile
14 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# python-kiwisolver
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_KIWISOLVER_VERSION = 1.1.0
|
|
PYTHON_KIWISOLVER_SITE = $(call github,nucleic,kiwi,$(PYTHON_KIWISOLVER_VERSION))
|
|
PYTHON_KIWISOLVER_LICENSE = BSD-3-Clause
|
|
PYTHON_KIWISOLVER_LICENSE_FILES = LICENSE
|
|
PYTHON_KIWISOLVER_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|