From c8ac5febcb6850aa78b66b150f53b3f880806188 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 13 Sep 2022 18:19:04 +0800 Subject: python3-pymetno: upgrade 0.9.0 -> 0.10.0 Changelog: ========== Add get_forecast range arguments Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pymetno_0.10.0.bb | 18 ++++++++++++++++++ .../recipes-devtools/python/python3-pymetno_0.9.0.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb new file mode 100644 index 0000000000..c5ab635927 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Python library to talk to the met.no api" +HOMEPAGE = "https://github.com/Danielhiversen/pyMetno" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4" + +SRC_URI = "git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master" +SRCREV = "5fc18d7c5d627a9d9b2529db98d4e7e01a37dbf9" +S = "${WORKDIR}/git" + +inherit setuptools3 + +PIP_INSTALL_PACKAGE = "PyMetno" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-aiohttp (>=3.6.1) \ + ${PYTHON_PN}-async-timeout (>=3.0.1) \ + ${PYTHON_PN}-pytz (>=2019.3) \ +" diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb deleted file mode 100644 index 50b202b042..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Python library to talk to the met.no api" -HOMEPAGE = "https://github.com/Danielhiversen/pyMetno" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4" - -SRC_URI = "git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master" -SRCREV = "3b18971fb882deaaebb9aa511627c5fc6fb97526" -S = "${WORKDIR}/git" - -inherit setuptools3 - -PIP_INSTALL_PACKAGE = "PyMetno" - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-aiohttp (>=3.6.1) \ - ${PYTHON_PN}-async-timeout (>=3.0.1) \ - ${PYTHON_PN}-pytz (>=2019.3) \ -" -- cgit v1.2.3-54-g00ecf