diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-10-12 13:31:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:15:37 -0700 |
| commit | bd6be692463662d90198853e87a40bd1ae0098a7 (patch) | |
| tree | 5c3425f8e8ca75f1c3a600a38326642b8a8eb660 /meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb | |
| parent | 18f4c0b5e8aba27edd5758b7dce5e632ce924aee (diff) | |
| download | meta-openembedded-bd6be692463662d90198853e87a40bd1ae0098a7.tar.gz | |
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 <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_4.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Python project template generator with batteries included" | ||
| 2 | DESCRIPTION = "PyScaffold package helps to setup a new Python project. \ | ||
| 3 | After installation, it provides a new command [putup], which could be \ | ||
| 4 | used to create template Projects." | ||
| 5 | |||
| 6 | HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "PyScaffold" | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "ff83ea4e585b29a746857c49a4dcba80795af130f62ff3f722d9f39aa4ff2a75" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | python3-email \ | ||
| 21 | python3-compression \ | ||
| 22 | " | ||
