summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
diff options
context:
space:
mode:
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