me
/
guix
Archived
1
0
Fork 0

gnu: Add python-dbus-next.

* gnu/packages/python-xyz.scm (python-debus-next): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Stephen Paul Weber 2021-10-18 12:48:31 -05:00 committed by Ludovic Courtès
parent 54223d262c
commit 135161ded9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 25 additions and 0 deletions

View File

@ -8964,6 +8964,31 @@ implementation of D-Bus.")
(package-inputs python-dbus) (package-inputs python-dbus)
equal?))))) equal?)))))
(define-public python-dbus-next
(package
(name "python-dbus-next")
(version "0.2.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/altdesktop/python-dbus-next")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1ahaz52kny1p9xxv6phvk4iq56rg8li390wywlxf2yslaij1188h"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "https://github.com/altdesktop/python-dbus-next")
(synopsis "Zero-dependency DBus library for Python with asyncio support")
(description
"This DBus library for Python aims to be a fully-featured high-level
library primarily geared towards integration of applications into desktop and
mobile environments.")
(license license:expat)))
(define-public python-notify2 (define-public python-notify2
(package (package
(name "python-notify2") (name "python-notify2")