blob: bc142195edc9da46289699598179716c16eace51 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "Simple yet flexible natural sorting in Python."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
5
6PYPI_PACKAGE = "natsort"
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007SRC_URI[sha256sum] = "57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "python3-fastnumbers python3-icu"