16 lines
423 B
BlitzBasic
16 lines
423 B
BlitzBasic
SUMMARY = "Simple module to parse ISO 8601 dates"
|
|
HOMEPAGE = "http://pyiso8601.readthedocs.org/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367"
|
|
|
|
SRC_URI[sha256sum] = "739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-numbers \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|