python-tzlocal: Add new recipe.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Philip Balister
2018-11-26 13:06:53 -05:00
committed by Khem Raj
parent 5fdcee980b
commit 599feb105a
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
SUMMARY = "Library to return tzinfo with the local timezone information"
HOMEPAGE = "https://pypi.org/project/tzlocal/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
SRC_URI[md5sum] = "4553be891efa0812c4adfb0c6e818eec"
SRC_URI[sha256sum] = "4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e"

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-tzlocal.inc

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-tzlocal.inc