diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-13 15:49:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-13 10:10:22 -0800 |
| commit | 80ec24109609a8fd66c82b59fa240e538c651740 (patch) | |
| tree | 47536c620df56f8d7abf5fdde10136bb091b0623 /meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb | |
| parent | 7ee5e0651f45f92fe7774a163a31a17235d112dd (diff) | |
| download | meta-openembedded-80ec24109609a8fd66c82b59fa240e538c651740.tar.gz | |
python3-pyscaffold: Upgrade 4.5 -> 4.6
Upgrade to release 4.6:
- Modify Cirrus CI template to save resources
- Update Cirrus CI configuration
- Update Gitlab CI template
- Prefer importlib.resources.files instead of
importlib.resources.read_text or pkgutil.get_data
- Update version caps for dependency on platformdirs
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb new file mode 100644 index 0000000000..a8fa531a05 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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] = "4085b8de9200b9f319df6f8ea7997288f159a8e4b284b062d9b2a4d6a9c1234c" | ||
| 13 | |||
| 14 | inherit pypi python_setuptools_build_meta | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-email \ | ||
| 18 | python3-compression \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
