summaryrefslogtreecommitdiff
path: root/misc/py-platformdirs/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22py-platformdirs: updated to 2.5.4adam1-2/+2
platformdirs 2.5.4 (2022-11-12) Fix licesing metadata platformdirs 2.5.3 (2022-11-06) Support 3.11 Bump dependencies
2022-08-31(misc/py-platformdirs) regen PLISTmef1-3/+2
2022-06-13py-platformdirs: updated to 2.5.2adam1-15/+9
2.5.2 Move packaging to hatcling from setuptools Treat android shells as unix
2021-08-29py-platformdirs: added version 2.2.0adam1-0/+32
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 module is for.