./misc/py-platformdirs, Python module for determining appropriate platform-specific dirs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.3.6, Package name: py312-platformdirs-4.3.6, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 20.803 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-18 10:46:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.3.6

4.3.6

Fix readme download target
   2024-09-14 10:01:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.3.3

4.3.3

Update check.yml
don't include outdated changelog in docs
   2024-09-10 10:28:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.3.2

4.3.2

Use uv as installer
Fix multi-path returned from _path methods on MacOS
   2024-05-15 09:22:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.2.2

4.2.2
Fix android detection when python4android is present
   2024-04-24 07:03:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.2.1

4.2.1

Switch to ruff for formatting and use codespell and docformatter
Use hatch over tox
chore: various minor fixes
chore: update dead Microsoft's known folders documentation link
Allow working without ctypes
   2024-01-31 12:50:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.2.0

4.2.0

Fix 2 typos about XDG_DATA_DIR
Add convenience methods to PlatformDirsAPI that allow iterating over both user \ 
and site dirs/paths.
   2023-12-04 20:25:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 4.1.0

4.1.0

Update changelog for 4.0.0
docs: fix Linux user_log_dir example in README
Drop support for EOL Python 3.7
   2023-11-13 12:18:28 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: update to 4.0.0.

site_cache_dir: Use /var/cache again instead of /var/tmp on UNIX by @andersk in #239