summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/python/python3-contourpy_1.2.1.bb
blob: 5f21b00236cb9b6f5bbfce138536bfc7931b2414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Python library for calculating contours of 2D quadrilateral grids"
HOMEPAGE = "https://github.com/contourpy/contourpy"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a051d5dfc6ccbc7bbe3e626d65156784"

DEPENDS += " \
	meson-native \
	python3-pybind11-native \
	"

SRC_URI[sha256sum] = "4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c"

inherit pypi python_mesonpy

RDEPENDS:${PN} = "python3-numpy"