summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-08 14:04:04 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commite43b3155f1f3fe3b336c3b6418fd8ce5c0da967b (patch)
tree809f39e6c935d66d0eee79b61501f5c3f1895cdf /meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
parentb4b10ec3f1c2494255e2c0dd17672177f8001807 (diff)
downloadmeta-cloud-services-e43b3155f1f3fe3b336c3b6418fd8ce5c0da967b.tar.gz
python-pytz: uprev to meet havana version requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
new file mode 100644
index 0000000..cee4fc2
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "World timezone definitions, modern and historical"
2HOMEPAGE = "http://pytz.sourceforge.net"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
6
7PR = "r0"
8SRCNAME = "pytz"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "37750ca749ed3a52523b9682b0b7e381"
14SRC_URI[sha256sum] = "58552e870aa2c0a1fa3b4ef923f00fbf3e55afaa87f8d31244d44f188de4793a"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools