diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb new file mode 100644 index 0000000000..3a92fe0ab4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "Super-fast and clean conversions to numbers." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa" | ||
5 | |||
6 | PYPI_PACKAGE = "fastnumbers" | ||
7 | |||
8 | SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b" | ||
9 | |||
10 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
11 | |||
12 | DEPENDS += "python3-setuptools-scm-native" | ||
13 | |||
14 | RDEPENDS:${PN}-ptest += "\ | ||
15 | python3-ctypes \ | ||
16 | python3-hypothesis \ | ||
17 | python3-numpy \ | ||
18 | python3-typing-extensions \ | ||
19 | " | ||