mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
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): Likewise. * gnu/packages/gpodder.scm (gpodder): Likewise. * gnu/packages/music.scm (jack-select): Likewise. * gnu/packages/password-utils.scm (himitsu-secret-service): Likewise. * gnu/packages/printers.scm (printrun): Likewise. * gnu/packages/wm.scm (quicktile): Likewise. Change-Id: Iaeb2f37c534a699f259d14fc770db86f79c1d7e8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
@@ -5337,7 +5337,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
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
(list bash-minimal
|
||||
eyed3
|
||||
gtk+
|
||||
python-dbus-python
|
||||
python-dbus
|
||||
python-ffmpeg-python
|
||||
python-filelock
|
||||
python-html5lib
|
||||
|
||||
@@ -3636,7 +3636,7 @@ can connect to any JACK port and record the output into a stereo WAV file.")
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
gtk+
|
||||
python-dbus-python
|
||||
python-dbus
|
||||
python-pygobject
|
||||
python-pyudev
|
||||
python-pyxdg))
|
||||
|
||||
@@ -2308,7 +2308,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -28635,9 +28635,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
|
||||
@@ -31884,7 +31884,7 @@ CMake.")
|
||||
libx11
|
||||
libxtst
|
||||
python-babel
|
||||
python-dbus-python
|
||||
python-dbus
|
||||
python-pycairo
|
||||
python-pygobject
|
||||
slop))
|
||||
|
||||
@@ -1421,7 +1421,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")
|
||||
|
||||
Reference in New Issue
Block a user