diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb b/meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb new file mode 100644 index 0000000000..841d87097d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | HOMEPAGE = "https://github.com/gmpy2/gmpy2" | ||
| 4 | LICENSE = "GPL-3.0-only | LGPL-3.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 6 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 7 | |||
| 8 | DEPENDS += "gmp mpfr libmpc python3-setuptools-scm-native" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "2d943cc9051fcd6b15b2a09369e2f7e18c526bc04c210782e4da61b62495eb4a" | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-Avoid-do_configure-requires-check-error.patch" | ||
| 13 | |||
| 14 | inherit pypi python_setuptools_build_meta | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
