summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2018-11-26 13:06:53 -0500
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:36 -0800
commit599feb105acb9d4aa46d77f527be7b7504846f8c (patch)
tree1d01ccf49554f68dfc3f2ae39167ee2727362c6c /meta-python
parent5fdcee980b1870dd18f03cd0aa03dfb35c4c7bf6 (diff)
downloadmeta-openembedded-599feb105acb9d4aa46d77f527be7b7504846f8c.tar.gz
python-tzlocal: Add new recipe.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-tzlocal.inc8
-rw-r--r--meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb2
3 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-tzlocal.inc b/meta-python/recipes-devtools/python/python-tzlocal.inc
new file mode 100644
index 000000000..42f93e6a5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-tzlocal.inc
@@ -0,0 +1,8 @@
1SUMMARY = "Library to return tzinfo with the local timezone information"
2HOMEPAGE = "https://pypi.org/project/tzlocal/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
5
6SRC_URI[md5sum] = "4553be891efa0812c4adfb0c6e818eec"
7SRC_URI[sha256sum] = "4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e"
8
diff --git a/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb b/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb
new file mode 100644
index 000000000..b7980dd55
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb
@@ -0,0 +1,2 @@
1inherit pypi setuptools
2require python-tzlocal.inc
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb
new file mode 100644
index 000000000..813934c81
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb
@@ -0,0 +1,2 @@
1inherit pypi setuptools3
2require python-tzlocal.inc