aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-01-22 01:38:01 +0100
committerKhem Raj <raj.khem@gmail.com>2019-01-22 00:52:44 -0800
commit28ad243f9bc4929331513cebb026b7c029209144 (patch)
tree5e5b4cb1c5c37b88455a2e113bc1e6c403bfa02f
parentd80afd87e320500d3408465ab9090fcf6e2859f3 (diff)
downloadmeta-python2-28ad243f9bc4929331513cebb026b7c029209144.tar.gz
python(3)-isodate(-native(sdk)): initial add 0.6.0
(From meta-openembedded commit: ee77549e4c895b24abf6e2bc34737a4ba4567f79) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-isodate.inc14
-rw-r--r--recipes-devtools/python/python-isodate_0.6.0.bb2
2 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-isodate.inc b/recipes-devtools/python/python-isodate.inc
new file mode 100644
index 0000000..f5b605e
--- /dev/null
+++ b/recipes-devtools/python/python-isodate.inc
@@ -0,0 +1,14 @@
+SUMMARY = "Character encoding aliases for legacy web content"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
+
+SRC_URI[md5sum] = "0e1203fce27ce65e2d01c5f21c4d428f"
+SRC_URI[sha256sum] = "2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8"
+
+inherit pypi
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-six \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-devtools/python/python-isodate_0.6.0.bb b/recipes-devtools/python/python-isodate_0.6.0.bb
new file mode 100644
index 0000000..d48e123
--- /dev/null
+++ b/recipes-devtools/python/python-isodate_0.6.0.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-isodate.inc