summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-12 18:52:01 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:31 -0700
commitff7f74b88e1779618a36ac40d044ca315bd5de7c (patch)
tree2720ef1a7997bd0aacb6fbf277973baca1204e37 /meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
parentae831ade4404fc28d3d7b0b44f7290e3b02139a3 (diff)
downloadmeta-openembedded-ff7f74b88e1779618a36ac40d044ca315bd5de7c.tar.gz
python3-platformdirs: upgrade 4.9.2 -> 4.9.4
Changelog: ============ - Fix test failures on BSD for runtime directory defaults - Respect XDG_CONFIG_HOME in _get_user_dirs_folder - Add missing _optionally_create_directory in Android user_log_dir and user_runtime_dir - Add permissions to workflows - Move SECURITY.md to .github/SECURITY.md - Standardize .github files to .yaml suffix - docs: add project logo to documentation 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-platformdirs_4.9.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
new file mode 100644
index 0000000000..df0e3597b7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A small Python module for determining appropriate platform-specific dirs"
2HOMEPAGE = "https://github.com/platformdirs/platformdirs"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
5
6SRC_URI[sha256sum] = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934"
7
8inherit pypi python_hatchling ptest-python-pytest
9
10DEPENDS += " \
11 python3-hatch-vcs-native \
12"
13
14RDEPENDS:${PN}-ptest += " \
15 python3-appdirs \
16 python3-covdefaults \
17 python3-pytest-cov \
18 python3-pytest-mock \
19"
20
21BBCLASSEXTEND = "native nativesdk"