summaryrefslogtreecommitdiff
path: root/misc/py-platformdirs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22py-platformdirs: updated to 2.5.4adam1-4/+3
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) PKGREVISION++mef1-1/+2
2022-06-13py-platformdirs: updated to 2.5.2adam1-4/+6
2.5.2 Move packaging to hatcling from setuptools Treat android shells as unix
2022-02-21py-platformdirs: updated to 2.5.1adam1-2/+2
platformdirs 2.5.1 Add native support for nuitka platformdirs 2.5.0 Add support for Termux subsystems
2022-01-07py-platformdirs: updated to 2.4.1adam1-3/+2
platformdirs 2.4.1 ------------------ - Drop python 3.6 support
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-09-29py-platformdirs: updated to 2.4.0adam1-2/+2
2.4.0: Add user_documents_dir
2021-09-01py-platformdirs: updated to 2.3.0adam1-2/+4
2.3.0 Add `user_runtime_dir` for `$XDG_RUNTIME_DIR`
2021-08-29py-platformdirs: added version 2.2.0adam1-0/+18
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.