Path to this page:
./
misc/py-platformdirs,
Python module for determining appropriate platform-specific dirs
Branch: CURRENT,
Version: 4.3.6,
Package name: py312-platformdirs-4.3.6,
Maintainer: pkgsrc-usersWhen 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)
- (2024-09-18) Updated to version: py312-platformdirs-4.3.6
- (2024-09-14) Updated to version: py312-platformdirs-4.3.3
- (2024-09-10) Updated to version: py312-platformdirs-4.3.2
- (2024-05-15) Updated to version: py311-platformdirs-4.2.2
- (2024-04-24) Updated to version: py311-platformdirs-4.2.1
- (2024-01-31) Updated to version: py311-platformdirs-4.2.0
CVS history: (Expand)
2024-04-24 07:03:48 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|