blob: 3337df4903127854af89cdb1dc36f65b11e0b5bb [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 Geissler97771a32021-03-05 15:23:11 -06007LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
Andrew Geissler97771a32021-03-05 15:23:11 -06009SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a"
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 Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += "python3-image"
Andrew Geissler82c905d2020-04-13 13:39:40 -050015
16BBCLASSEXTEND = "native nativesdk"