aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xdg/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-07 06:44:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-09 21:41:06 +0700
commit86779cf9c055d4936b60f5bef5a35eae8563a289 (patch)
treef856c2426f20b2ec207984fa28b5cbdab25d3320 /python/python3-xdg/README
parentfe53bb1cc88681975f5d67805b397f6ee555a785 (diff)
python/python3-xdg: Removed (Use python3-xdg-base-dirs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xdg/README')
-rw-r--r--python/python3-xdg/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python3-xdg/README b/python/python3-xdg/README
deleted file mode 100644
index e54ecc56fd..0000000000
--- a/python/python3-xdg/README
+++ /dev/null
@@ -1,6 +0,0 @@
-xdg is a Python module that provides functions to return
-paths to the directories defined by the XDG Base Directory
-Specification, to save you from duplicating the same snippet
-of logic in every Python utility you write that deals with
-user cache, configuration, or data files. It has no external
-dependencies.