blob: ee8d9009643b6ee47de78f6b7d4599b99914751c [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001SUMMARY = "Simple yet flexible natural sorting in Python."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517"
5
6PYPI_PACKAGE = "natsort"
Andrew Geisslereef63862021-01-29 15:58:13 -06007SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd4ac403"
Andrew Geissler748a4832020-07-24 16:24:21 -05008
9inherit pypi setuptools3
10
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} = "python3-fastnumbers python3-icu"