From 7d0c0282bbc95151c0f6c61e5d95a3ff4763321d Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Sat, 20 Apr 2019 11:11:54 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-croniter_0.3.27.bb | 21 --------------------- .../python/python-croniter_0.3.30.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb create mode 100644 meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb deleted file mode 100644 index 97df2a9..0000000 --- a/meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "croniter provides iteration for datetime object with cron like format" -HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=21cc5101d5b0c940e3354fb1bd26c7e5" - -# Archived version so we have to overwrite what the pypi class will derive -PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz" - -SRC_URI[md5sum] = "f5543f9f165fe725b2133b698f520380" -SRC_URI[sha256sum] = "fbd72189a0ff38c27e953d15175c5fedafb953479559240a1afcf8e8e7523757" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-dateutil \ - " 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 @@ +DESCRIPTION = "croniter provides iteration for datetime object with cron like format" +HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" + +# Archived version so we have to overwrite what the pypi class will derive +PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz" + +SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c" +SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590" + +inherit setuptools pypi + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-dateutil \ + " -- cgit v1.2.3-54-g00ecf