From 41457cc0a1ea1cb506a7fe86e70aff9ee8b1aad2 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 24 Feb 2022 14:00:57 +0800 Subject: python3-jdatetime: upgrade 3.8.2 -> 4.0.0 changelog: -Add Add fold attribute to jdatetime.datetime -Change Drop Python < 3.7 support Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-jdatetime_4.0.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb (limited to 'meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb new file mode 100644 index 0000000000..f76f275036 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Jalali implementation of Python's datetime module" +HOMEPAGE = "https://github.com/slashmili/python-jalali" +LICENSE = "Python-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" + +SRC_URI[sha256sum] = "d35baea2ed213e4e87bb840c61637001540bd21e8e4454bd12352b06591ec08e" + +PYPI_PACKAGE = "jdatetime" + +inherit pypi setuptools3 + +CLEANBROKEN = "1" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-modules \ +" + -- cgit v1.2.3-54-g00ecf