mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
python3-jdatetime: Upgrade 5.2.0 -> 5.3.0
Upgrade to release 5.3.0: - Migrate CI to Ruff for Code Formatting and Linting - Fix: Setuptools License Deprecation Warning - Add Windows test CI support - feat: add type hints to functions and methods in jdatetime module Fixes: WARNING: python3-jdatetime-5.3.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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] = "d20eb9fc2a00e86493a6156b2a0e4e579f23379e8fea186a0e603fd36a130227"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-modules \
|
||||
python3-jalali-core \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user