From bd6be692463662d90198853e87a40bd1ae0098a7 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 12 Oct 2021 13:31:00 +0800 Subject: python3-pyscaffold: upgrade 4.0.2 -> 4.1 Version 4.1, 2021-09-22 ----------------------- - Added *linkcheck* task to ``tox.ini``, :pr:`456` - Updated configuration for Sphinx and ReadTheDocs, :pr:`455` - Note that templates and the generated boilerplate code is 0BSD-licensed, :pr:`461` - Added 0BSD license template - Added ``CONTRIBUTING.rst`` template, :issue:`376` - Added PyScaffold badge to ``README`` template, :issue:`473` - Updated Cirrus CI config and templates, including better ``coveralls`` integration, :issue:`449` - Adopted global ``isolated_build`` for ``tox`` configuration, :issue:`483`, :pr:`491` - Loop counter explicitly marked as unused in ``skeleton.py`` (``flake8-bugbear B007``), :pr:`495` - Ensure update include added extensions in ``setup.cfg``, :pr:`496` Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-pyscaffold_4.1.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb new file mode 100644 index 0000000000..61737c78c2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.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] = "ff83ea4e585b29a746857c49a4dcba80795af130f62ff3f722d9f39aa4ff2a75" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-email \ + python3-compression \ +" -- cgit v1.2.3-54-g00ecf