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

Changelog: ========= When using ns.PATH, only split off a maximum of two suffixes from a file name. Signed-off-by: Wang Mingyu <wangmy@fujitsu.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] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "python3-fastnumbers python3-icu"
|