aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-platformdirs
Commit message (Collapse)AuthorAge
* python-platformdirs: Update to 4.1.0Jeffery To2023-12-13
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-platformdirs: Add new packageJeffery To2023-12-07
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>