diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
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 | |||
| 40794 | associated with file system objects (files, directories, symlinks, etc).") | 40794 | associated 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 | |||
| 40817 | files.") | 40817 | files.") |
| 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") |
