blob: 01dd8bfb448601146a77070c177bf70507d39373 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001# This recipe is adapted from one in meta-jupyter:
2# https://github.com/Xilinx/meta-jupyter/blob/master/recipes-python/python3-mpmath_0.19.bb
3
4SUMMARY = "Python library for arbitrary-precision floating-point arithmetic"
5HOMEPAGE = "https://pypi.org/project/mpmath/"
Andrew Geissler5199d832021-09-24 16:47:35 -05006LICENSE = "BSD-3-Clause"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05007LIC_FILES_CHKSUM = "file://LICENSE;md5=bde3c575382996b75d85702949512751"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05009SRC_URI[sha256sum] = "7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11inherit pypi setuptools3
12
Andrew Geissler97771a32021-03-05 15:23:11 -060013DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
Patrick Williamsb542dec2023-06-09 01:26:37 -050014RDEPENDS:${PN} += " \
15 python3-image \
16 python3-math \
17"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018
19BBCLASSEXTEND = "native nativesdk"