From 14f825f4f8cbe87fa6210823aa885c7ebd4d8fc8 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 23 Jul 2021 22:24:15 +0800 Subject: python3-iso8601: upgrade 0.1.14 -> 0.1.16 Add docs/ to sdist Addresses part of #14 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-iso8601_0.1.16.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb (limited to 'meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb') diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb new file mode 100644 index 0000000000..c72a10882b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb @@ -0,0 +1,15 @@ +SUMMARY = "Simple module to parse ISO 8601 dates" +HOMEPAGE = "http://pyiso8601.readthedocs.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" + +SRC_URI[sha256sum] = "36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg