summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cinnamon.scm2
-rw-r--r--gnu/packages/python-xyz.scm10
-rw-r--r--gnu/packages/speech.scm2
3 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm
index 8a6f8a53c75..eda844ac321 100644
--- a/gnu/packages/cinnamon.scm
+++ b/gnu/packages/cinnamon.scm
@@ -159,7 +159,7 @@ cross-DE solutions.")
159 python-setproctitle 159 python-setproctitle
160 python-setuptools 160 python-setuptools
161 python-unidecode 161 python-unidecode
162 python-xdg 162 python-xdg-base-dirs
163 python-xlib)) 163 python-xlib))
164 (home-page "https://github.com/linuxmint/python3-xapp") 164 (home-page "https://github.com/linuxmint/python3-xapp")
165 (synopsis "Python 3 XApp library") 165 (synopsis "Python 3 XApp library")
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
40794associated with file system objects (files, directories, symlinks, etc).") 40794associated with file system objects (files, directories, symlinks, etc).")
40795 (license license:expat))) 40795 (license license:expat)))
40796 40796
40797(define-public python-xdg 40797(define-public python-xdg-base-dirs
40798 (package 40798 (package
40799 (name "python-xdg") 40799 (name "python-xdg-base-dirs")
40800 (version "6.0.0") 40800 (version "6.0.0")
40801 (source (origin 40801 (source (origin
40802 (method url-fetch) 40802 (method url-fetch)
40803 (uri (pypi-uri "xdg" version)) 40803 (uri (pypi-uri "xdg-base-dirs" version))
40804 (sha256 40804 (sha256
40805 (base32 40805 (base32
40806 "14hwk9j5zjc8rvirw95mrb07zdnpjaxjx2mj3rnq8pnlyaa809r4")))) 40806 "14hwk9j5zjc8rvirw95mrb07zdnpjaxjx2mj3rnq8pnlyaa809r4"))))
@@ -40817,6 +40817,10 @@ Python utility you write that deals with user cache, configuration, or data
40817files.") 40817files.")
40818 (license license:isc))) 40818 (license license:isc)))
40819 40819
40820;; XXX: Deprecated on <2026-02-19>.
40821(define-deprecated-package python-xdg
40822 python-xdg-base-dirs)
40823
40820(define-public python-xlib 40824(define-public python-xlib
40821 (package 40825 (package
40822 (name "python-xlib") 40826 (name "python-xlib")
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 4ee5962c599..e183b87e6b2 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -296,7 +296,7 @@ efficiency through the use of a compact vector representation of n-grams.")
296 pipewire 296 pipewire
297 pulseaudio 297 pulseaudio
298 python 298 python
299 python-xdg)) 299 python-xdg-base-dirs))
300 (synopsis "Common interface to speech synthesizers") 300 (synopsis "Common interface to speech synthesizers")
301 (description "The Speech Dispatcher project provides a high-level 301 (description "The Speech Dispatcher project provides a high-level
302device independent layer for access to speech synthesis through a simple, 302device independent layer for access to speech synthesis through a simple,