mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-kiwisolver: new package
Signed-off-by: Esben Haabendal <esben@geanix.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
392b60f176
commit
a7c4753998
13
package/python-kiwisolver/python-kiwisolver.mk
Normal file
13
package/python-kiwisolver/python-kiwisolver.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user