python-platformdirs: Add new package
authorJeffery To <jeffery.to@gmail.com>
Mon, 4 Dec 2023 06:05:55 +0000 (14:05 +0800)
committerTianling Shen <cnsztl@gmail.com>
Thu, 7 Dec 2023 07:07:05 +0000 (15:07 +0800)
commit5e1b12e55e10bd2cef54d67d4bcb8ae555e7a409
tree44f3571a9f787b4aae8a9dc64cc889678c559374
parenta2c057312f65ea3afdd5cd22463fde6da3812d8c
python-platformdirs: Add new package

This also includes a test.sh script for the packages feed CI.

From the README:

When writing desktop application, finding the right location to store
user data and configuration varies per platform. Even for
single-platform apps, there may by plenty of nuances in figuring out the
right location.

This kind of thing is what the platformdirs package is for.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-platformdirs/Makefile [new file with mode: 0644]
lang/python/python-platformdirs/test.sh [new file with mode: 0644]