From f88969f7a9d58d9521f8a57d9943fd3d07994b52 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 14 Jan 2022 16:49:17 +0800 Subject: python3-pyscaffold: upgrade 4.1.1 -> 4.1.4 Changelog: url for these releases ========= Ensure build configuration produces sdist as it is needed by conda, #570 Documentation improvements in #567 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-pyscaffold_4.1.1.bb | 22 ---------------------- .../python/python3-pyscaffold_4.1.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyscaffold_4.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.1.bb deleted file mode 100644 index 9769cd6b98..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Python project template generator with batteries included" -DESCRIPTION = "PyScaffold package helps to setup a new Python project. \ -After installation, it provides a new command [putup], which could be \ -used to create template Projects." - -HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "PyScaffold" - -SRC_URI[sha256sum] = "8972252fda90d1020a93f1e99db370c002d18f52ff2fca9c3cc2a0aee74d07ad" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += " \ - python3-email \ - python3-compression \ -" diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb new file mode 100644 index 0000000000..7e5599e4aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python project template generator with batteries included" +DESCRIPTION = "PyScaffold package helps to setup a new Python project. \ +After installation, it provides a new command [putup], which could be \ +used to create template Projects." + +HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "PyScaffold" + +SRC_URI[sha256sum] = "46a2bbdf255ba2efc6c56ae1428249b61d56c4a3e54ef3db0d05fa97792011a5" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-email \ + python3-compression \ +" -- cgit v1.2.3-54-g00ecf