diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2014.7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2014.7.bb b/meta-python/recipes-devtools/python/python-pytz_2014.7.bb new file mode 100644 index 0000000000..92d07961c5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2014.7.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] = "8940ddae309e44b593c75a9e05dd2a0b" | ||
| 19 | SRC_URI[sha256sum] = "bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb" | ||
