From ea095540a9e1a107f151d4ac8c45dcb88cfa5632 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 9 Jun 2022 15:16:36 +0800 Subject: python3-msk: upgrade 0.3.16 -> 0.4.0 License-Update: replace '~/.local/share' for '/opt' Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-msk_0.3.16.bb | 11 ----------- meta-python/recipes-devtools/python/python3-msk_0.4.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.16.bb create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb deleted file mode 100644 index a1572276be..0000000000 --- a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." -HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" - -SRC_URI[md5sum] = "8a4fc92a074544f81f482da2c21ef989" -SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b16ee87" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-git" diff --git a/meta-python/recipes-devtools/python/python3-msk_0.4.0.bb b/meta-python/recipes-devtools/python/python3-msk_0.4.0.bb new file mode 100644 index 0000000000..8fa2c62cc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msk_0.4.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." +HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README.md;md5=f518abfcfc3935b1f0ec8f2332cb30d3" + +SRC_URI[sha256sum] = "f698f193112a8628e776e67b89a95c3f78095857c045dd9cde4cf915a5fbdd80" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-git" -- cgit v1.2.3-54-g00ecf