summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2019-04-20 11:11:54 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-05-10 16:43:07 -0400
commit7d0c0282bbc95151c0f6c61e5d95a3ff4763321d (patch)
tree855383c46a7c92f87468e7bee82e36a3ede31b5d /meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb
parent43ca2e54a87be30b718654e0e47d57605d841237 (diff)
downloadmeta-cloud-services-7d0c0282bbc95151c0f6c61e5d95a3ff4763321d.tar.gz
python-croniter:update to 0.3.30.
- 0.3.27 can't be download any more. - Changed license checksum file to docs/LICENSE which is better than PKG-INFO. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb
new file mode 100644
index 0000000..2859441
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
2HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
6
7# Archived version so we have to overwrite what the pypi class will derive
8PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c"
11SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590"
12
13inherit setuptools pypi
14
15DEPENDS += " \
16 python-pip \
17 "
18
19RDEPENDS_${PN} += " \
20 python-dateutil \
21 "