1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-dbusmock-minimal: Rename to python-dbusmock-for-tests.

* gnu/packages/gnome.scm (upower)
* gnu/packages/gtk.scm (at-spi2-core)
* gnu/packages/polkit.scm (polkit)
[native-inputs]: Remove python-dbusmock-minimal; add
python-dbusmock-for-tests.

* gnu/packages/python-xyz.scm
(python-dbusmock-minimal): Rename to python-dbusmock-for-tests.
(python-dbusmock-minimal): New deprecated package.

Change-Id: I640ede147bd1b85b671a76b2d9096fea063164b1
Reviewed-by: Nguyễn Gia Phong <cnx@loang.net>
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-01-19 22:28:08 +01:00
committed by Andreas Enge
parent 7db9527211
commit 8a3c363dd4
4 changed files with 9 additions and 5 deletions

View File

@@ -5883,7 +5883,7 @@ faster results and to avoid unnecessary server load.")
python
;; For tests.
python-dbus
python-dbusmock-minimal
python-dbusmock-for-tests
python-packaging
python-pygobject
umockdev

View File

@@ -861,7 +861,7 @@ images.")
gobject-introspection
gsettings-desktop-schemas
pkg-config
python-dbusmock-minimal
python-dbusmock-for-tests
python-pytest
python-wrapper))
(synopsis "Assistive Technology Service Provider Interface, core components")

View File

@@ -204,7 +204,7 @@ able to request elevated privileges.")
perl
pkg-config
python
python-dbusmock-minimal))
python-dbusmock-for-tests))
(home-page "https://www.freedesktop.org/wiki/Software/polkit/")
(synopsis "Authorization API for privilege management")
(description "Polkit is an application-level toolkit for defining and

View File

@@ -28887,10 +28887,10 @@ impossible without root privileges) to set the state of the real services to
what you expect in your tests.")
(license license:lgpl3+)))
(define-public python-dbusmock-minimal
(define-public python-dbusmock-for-tests
(package
(inherit python-dbusmock)
(name "python-dbusmock-minimal")
(name "python-dbusmock-for-tests")
(version "0.37.2")
(source
(origin
@@ -28911,6 +28911,10 @@ what you expect in your tests.")
(native-inputs (list python-setuptools which))
(properties '((hidden? . #t)))))
;; XXX: Deprecated on <2026-01-21>.
(define-deprecated/public-alias python-dbusmock-minimal
python-dbusmock-for-tests)
(define-public python-jsonplus
(package
(name "python-jsonplus")