07b1fd1c09
License hash changed due to date update: https://github.com/contourpy/contourpy/commit/7dbbd8b259eebd41d89e122d3366fb287ef01040 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
599 B
Makefile
15 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# python-contourpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CONTOURPY_VERSION = 1.3.0
|
|
PYTHON_CONTOURPY_SOURCE = contourpy-$(PYTHON_CONTOURPY_VERSION).tar.gz
|
|
PYTHON_CONTOURPY_SITE = https://files.pythonhosted.org/packages/f5/f6/31a8f28b4a2a4fa0e01085e542f3081ab0588eff8e589d39d775172c9792
|
|
PYTHON_CONTOURPY_LICENSE = BSD-3-Clause
|
|
PYTHON_CONTOURPY_LICENSE_FILES = LICENSE
|
|
PYTHON_CONTOURPY_DEPENDENCIES = python-pybind host-python-meson-python
|
|
|
|
$(eval $(meson-package))
|