meta-openembedded/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb
Khem Raj 786fa08fce python3-fastnumbers: Switch to PEP-517 build backend and enable ptest
test run takes < 1min, added to PTESTS_FAST_META_PYTHON

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-10 18:39:31 -07:00

20 lines
544 B
BlitzBasic

SUMMARY = "Super-fast and clean conversions to numbers."
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
PYPI_PACKAGE = "fastnumbers"
SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b"
inherit pypi python_setuptools_build_meta ptest-python-pytest
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN}-ptest += "\
python3-ctypes \
python3-hypothesis \
python3-numpy \
python3-typing-extensions \
"