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

Upgrade to release 3.1.0: - query_type function to determine what as type fastnumbers will interpret a given input - Support for Python 3.9 (eliminate use of private Python C function that is now hidden in 3.9) License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.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=6a96e5ad780a0eea866ecccec4463517"
|
|
|
|
PYPI_PACKAGE = "fastnumbers"
|
|
|
|
SRC_URI[sha256sum] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f"
|
|
|
|
inherit pypi setuptools3
|