mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/contourpy/contourpy/blob/v1.3.3/docs/changelog.rst
Updated license hash due to copyright year bump:
ebb716818a
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
599 B
Makefile
15 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# python-contourpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CONTOURPY_VERSION = 1.3.3
|
|
PYTHON_CONTOURPY_SOURCE = contourpy-$(PYTHON_CONTOURPY_VERSION).tar.gz
|
|
PYTHON_CONTOURPY_SITE = https://files.pythonhosted.org/packages/58/01/1253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a
|
|
PYTHON_CONTOURPY_LICENSE = BSD-3-Clause
|
|
PYTHON_CONTOURPY_LICENSE_FILES = LICENSE
|
|
PYTHON_CONTOURPY_DEPENDENCIES = python-pybind host-python-meson-python
|
|
|
|
$(eval $(meson-package))
|