diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-11 21:34:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-12 08:56:16 -0800 |
| commit | 463c2fb8eafad2ae6774b3ce60409db56b114a0d (patch) | |
| tree | b8099d8c071e006a9b8b13ebf781cb4d4e8558a9 /meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb | |
| parent | 21a69c4c90303e334cf0679251c82c8035afb32d (diff) | |
| download | meta-openembedded-463c2fb8eafad2ae6774b3ce60409db56b114a0d.tar.gz | |
python3-pyscaffold: upgrade 4.3.1 -> 4.4
Changelog:
=========
Add codespell to pre-commit config
Allow venv_install in config file
Avoid problematic tox 4.0 and 4.1
Update macos instances on Cirrus CI
Replace deprecated set-output
Update CI templates
Add comments about building sdist in tox.ini and FAQ
Update Python version in Read The Docs configuration
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb new file mode 100644 index 0000000000..980b6d965b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.4.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 = "0BSD & MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91" | ||
| 10 | DEPENDS += "python3-setuptools-scm-native" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "94088d129b61cd9b4b4607c6a466759b1bb2ada36206d5ac20aa319edcc5d701" | ||
| 13 | |||
| 14 | inherit pypi python_setuptools_build_meta | ||
| 15 | PYPI_PACKAGE = "PyScaffold" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-email \ | ||
| 19 | python3-compression \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
