[oe-commits] Tim Orling : python-pytz: add 2014.7

git at git.openembedded.org git at git.openembedded.org
Mon Oct 13 08:04:04 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: f317c80b1f3c9b43d4dbc520d926b2ddd424590c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f317c80b1f3c9b43d4dbc520d926b2ddd424590c

Author: Tim Orling <ticotimo at gmail.com>
Date:   Sun Oct 12 22:02:21 2014 -0700

python-pytz: add 2014.7

python-matplotlib is providing its own pytz and dateutil.
Provide our own pytz (and then fix matplotlib).

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-pytz_2014.7.bb     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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 0000000..92d0796
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytz_2014.7.bb
@@ -0,0 +1,19 @@
+SUMMARY = "World timezone definitions, modern and historical"
+HOMEPAGE = " http://pythonhosted.org/pytz"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
+SRCNAME = "pytz"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} = "\
+    python-core \
+    python-datetime \
+"
+
+SRC_URI[md5sum] = "8940ddae309e44b593c75a9e05dd2a0b"
+SRC_URI[sha256sum] = "bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb"



More information about the Openembedded-commits mailing list