diff options
| author | leimaohui <leimaohui@cn.fujitsu.com> | 2015-07-31 13:38:34 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:38:07 +0200 |
| commit | 9bfeb09b4300d5892b65acc1b915feea36b06649 (patch) | |
| tree | 0d43a1ee475027f3ce75961484cd4e69c50e2b26 /meta-python/recipes-devtools/python/python-pytz_2015.4.bb | |
| parent | 7dfeb151f5fae61cab1ef4987abc906be0350dff (diff) | |
| download | meta-openembedded-9bfeb09b4300d5892b65acc1b915feea36b06649.tar.gz | |
python-pytz: upgrade 2014.7->2015.4
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz_2015.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2015.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2015.4.bb b/meta-python/recipes-devtools/python/python-pytz_2015.4.bb new file mode 100644 index 0000000000..eb790f758d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2015.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "World timezone definitions, modern and historical" | ||
| 2 | HOMEPAGE = " http://pythonhosted.org/pytz" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | ||
| 6 | SRCNAME = "pytz" | ||
| 7 | |||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 10 | |||
| 11 | inherit setuptools | ||
| 12 | |||
| 13 | RDEPENDS_${PN} = "\ | ||
| 14 | python-core \ | ||
| 15 | python-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "417a47b1c432d90333e42084a605d3d8" | ||
| 19 | SRC_URI[sha256sum] = "c4ee70cb407f9284517ac368f121cf0796a7134b961e53d9daf1aaae8f44fb90" | ||
