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

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


Branch: CURRENT, Version: 4.2.0, Package name: py311-platformdirs-4.2.0, 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: 19.585 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-02 21:00:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 3.11.0

3.11.0

README: Fix CI badge
Fix documentation build
Add support for Homebrew-installed software
   2023-07-30 09:50:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 3.10.0

3.10.0
Fix docs build failure
platformdirs: introduce site_runtime_dir
   2023-07-19 14:54:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: update to 3.9.1.

3.9.1

unix: Optionally create the opinionated log/ in user_log_dir() by @kemzeb in #208

3.9.0

Added desktop folder by @lukacat10 in #200
   2023-07-10 15:39:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-platformdirs: updated to 3.8.1

platformdirs 3.8.1 (2023-07-06)

BSD: provide a fallback for user_runtime_di