mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-09 12:40:13 +00:00
python3-jdatetime: upgrade 3.6.2 -> 3.6.4
-License-Update: Update PKG-INFO.
[3.6.4] - 2021-09-15
Add
Add date.min based on cpython implementation
Add date.max based on cpython implementation
[3.6.3] - 2020-12-11
Change
Run test and publish package from github action
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit a4724fc450)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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://PKG-INFO;md5=f6890b2f685363312aff7f520831cdef"
|
||||
|
||||
SRC_URI[sha256sum] = "39d0be41076b3a3850c3bfa90817e7ed459edc0e9cadce37dc7229b11f121c7e"
|
||||
|
||||
PYPI_PACKAGE = "jdatetime"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-modules \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user