summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:12:15 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:12:15 +0200
commit858d7a07b0345daa5c6298c7ae294f62436b58cb (patch)
treef5b8138856cade1c936c962bd0d72f60f658c700 /meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb
parent7babd1602b8ca9ec65417f6f1260707daa5d90a7 (diff)
downloadmeta-cloud-services-858d7a07b0345daa5c6298c7ae294f62436b58cb.tar.gz
python-iso8601: Uprev to 0.1.11
This is a minimum requirement for python-oslo.utils v3.16.1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb b/meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb
new file mode 100644
index 0000000..11db881
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-iso8601_0.1.11.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Simple module to parse ISO 8601 dates"
2HOMEPAGE = "http://code.google.com/p/pyiso8601/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ffb8415711cf5d3b081b87c3d0aff737"
6
7PR = "r0"
8SRCNAME = "iso8601"
9
10SRC_URI = "http://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38"
13SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools