diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb new file mode 100644 index 0000000000..e20cdf0fa3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Simple yet flexible natural sorting in Python." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "natsort" | ||
| 7 | SRC_URI[sha256sum] = "a633464dc3a22b305df0f27abcb3e83515898aa1fd0ed2f9726c3571a27258cf" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "python3-fastnumbers python3-icu" | ||
