diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb b/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb new file mode 100644 index 0000000000..baf94caa80 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.3.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=d32431d1b650010945da4e078011c8fa" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "natsort" | ||
| 7 | SRC_URI[sha256sum] = "517595492dde570a4fd6b6a76f644440c1ba51e2338c8a671d7f0475fda8f9fd" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "python3-fastnumbers python3-icu" | ||
