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

Upgrade to release 8.0.0: - Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds - Type hints - Explicit testing for Python 3.10 License-Update: Update license year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
12 lines
365 B
BlitzBasic
12 lines
365 B
BlitzBasic
SUMMARY = "Simple yet flexible natural sorting in Python."
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
|
|
|
|
PYPI_PACKAGE = "natsort"
|
|
SRC_URI[sha256sum] = "a0a4fd71aee20a6d648da61e01180a63f7268e69983d0440bd3ad80ef1ba6981"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "python3-fastnumbers python3-icu"
|