mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
python3-fastnumbers: upgrade 5.1.1 -> 5.2.0
Changelog: =========== - Added support for Python 3.14 - Fixed invalid license classifier - Explicitly set language="c++" and add -lstdc++ to solve linker problem on OpenSUSE - Fix bug where compilation warnings for MSVC were not turned into errors for CI testing - Eliminate various static analysis warnings - Removed support for Python 3.8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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] = "07266a2fca9e08eeb5a6c70be4c8db3637db9b930ea5198facbbb9b0b31d4d03"
|
||||
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user