summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-02-02 09:38:14 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:29 -0800
commit9eb1053a3922f97d26f9bce9ad6563ce2a1d23d2 (patch)
treef0b172d537fd8099381d69f400d03374331795a8 /meta-python/recipes-devtools/python
parent1571c1a8e5e876db9db744d0a3e3256ac585242b (diff)
downloadmeta-openembedded-9eb1053a3922f97d26f9bce9ad6563ce2a1d23d2.tar.gz
python3-appdirs:Add HOMEPAGE
Add HOMEPAGE in python3-appdirs. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
index bee0b7d815..c027e80b28 100644
--- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
@@ -1,4 +1,5 @@
1SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." 1SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
2HOMEPAGE = "https://github.com/ActiveState/appdirs"
2LICENSE = "MIT" 3LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4"
4 5