guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 713d15d18afb7619d342014bcf27795d0058a8fe
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 5 21:38:13 2026 +0100
gnu: python-dbus-python: Rename to python-dbus.
* gnu/packages/python-xyz.scm (python-dbus-python): Rename to...
(python-dbus): ...this. Change name field accordingly.
(python-dbusmock, python-screenkey): Adapt references.
* gnu/packages/admin.scm (solaar),
* gnu/packages/password-utils.scm (himitsu-secret-service),
* gnu/packages/printers.scm (printrun),
* gnu/packages/wm.scm (quicktile): Adapt references.
Change-Id: Iaeb2f37c534a699f259d14fc770db86f79c1d7e8
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/admin.scm | 2 +-
gnu/packages/password-utils.scm | 2 +-
gnu/packages/printers.scm | 2 +-
gnu/packages/python-xyz.scm | 8 ++++----
gnu/packages/wm.scm | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c4c6c7e926..0a2064b41a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5223,7 +5223,7 @@ cache of unix and unix-like systems.")
(propagated-inputs
(list python-pygobject
python-pyudev
- python-dbus-python
+ python-dbus
python-evdev
;; For GUI.
python-pyyaml
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index dcac248818..219e304304 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -2271,7 +2271,7 @@ Himitsu for credentials.")
`("GI_TYPELIB_PATH" prefix (,gi-typelib-path))
'("CRYPTO_BACKEND" = ("cryptodome"))))))
(delete 'sanity-check)))) ; we have a slightly too old
pygobject
- (inputs (cons* python-dbus-python
+ (inputs (cons* python-dbus
python-pycryptodome
python-pygobject
python-pyhimitsu
diff --git a/gnu/packages/printers.scm b/gnu/packages/printers.scm
index 0b5169ced3..2e72c0b452 100644
--- a/gnu/packages/printers.scm
+++ b/gnu/packages/printers.scm
@@ -229,7 +229,7 @@ with Graphtec and Sihouette plotting cutters using an SVG
file as its input.")
python-setuptools
xorg-server-for-tests))
(inputs
- (list python-dbus-python
+ (list python-dbus
python-lxml
python-numpy
python-pillow
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5eee6e38d1..03f3b17bf0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29145,9 +29145,9 @@ characters in NFC form.
Its algorithms are based on the kakasi library, which is written in C.")
(license license:gpl3+)))
-(define-public python-dbus-python
+(define-public python-dbus
(package
- (name "python-dbus-python")
+ (name "python-dbus")
(version "1.3.2")
(source
(origin
@@ -29240,7 +29240,7 @@ implementation of the D-Bus protocol.")
(inputs
(list dbus))
(propagated-inputs
- (list python-dbus-python python-pygobject))
+ (list python-dbus python-pygobject))
(home-page "https://github.com/martinpitt/python-dbusmock")
(synopsis "Python library for mock D-Bus objects")
(description "python-dbusmock allows for the easy creation of mock objects
on
@@ -32390,7 +32390,7 @@ CMake.")
libx11
libxtst
python-babel
- python-dbus-python
+ python-dbus
python-pycairo
python-pygobject
slop))
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e1916b3e86..5aaf2c3374 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1259,7 +1259,7 @@ prompt.")
libwnck
python-xlib
python-pygobject
- python-dbus-python))
+ python-dbus))
;; The actual home page https://ssokolow.com/quicktile/
;; gives an SSL error.
(home-page "https://github.com/ssokolow/quicktile")