mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ========== -Added the denoise option to convert floats to int without numerical noise -Support for Python 3.12 -The changelog now only explictly exists in the repository License-Update: Copyright year updated to 2023 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
316 B
BlitzBasic
11 lines
316 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] = "e092d33f8b95c3171a2fb34e579efe0c54b0290dd7f96ffaa2762437601d90a7"
|
|
|
|
inherit pypi setuptools3
|