summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gmpy2_2.3.0.bb
diff options
context:
space:
mode:
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.bb16
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 @@
1SUMMARY = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"
2SECTION = "devel/python"
3HOMEPAGE = "https://github.com/gmpy2/gmpy2"
4LICENSE = "GPL-3.0-only | LGPL-3.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
6 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
7
8DEPENDS += "gmp mpfr libmpc python3-setuptools-scm-native"
9
10SRC_URI[sha256sum] = "2d943cc9051fcd6b15b2a09369e2f7e18c526bc04c210782e4da61b62495eb4a"
11
12SRC_URI += "file://0001-Avoid-do_configure-requires-check-error.patch"
13
14inherit pypi python_setuptools_build_meta
15
16BBCLASSEXTEND = "native nativesdk"