summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 722a6c9c5d7..190381f8df7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40794,13 +40794,13 @@ and directories in the file system. They are stored as name:data pairs
associated with file system objects (files, directories, symlinks, etc).")
(license license:expat)))
-(define-public python-xdg
+(define-public python-xdg-base-dirs
(package
- (name "python-xdg")
+ (name "python-xdg-base-dirs")
(version "6.0.0")
(source (origin
(method url-fetch)
- (uri (pypi-uri "xdg" version))
+ (uri (pypi-uri "xdg-base-dirs" version))
(sha256
(base32
"14hwk9j5zjc8rvirw95mrb07zdnpjaxjx2mj3rnq8pnlyaa809r4"))))
@@ -40817,6 +40817,10 @@ Python utility you write that deals with user cache, configuration, or data
files.")
(license license:isc)))
+;; XXX: Deprecated on <2026-02-19>.
+(define-deprecated-package python-xdg
+ python-xdg-base-dirs)
+
(define-public python-xlib
(package
(name "python-xlib")