[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/19: gnu: Add python-dbus-next.
From: |
guix-commits |
Subject: |
05/19: gnu: Add python-dbus-next. |
Date: |
Tue, 23 Nov 2021 04:26:33 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 135161ded936e206d5e5c307dc69c1a50b53f27b
Author: Stephen Paul Weber <singpolyma@singpolyma.net>
AuthorDate: Mon Oct 18 12:48:31 2021 -0500
gnu: Add python-dbus-next.
* gnu/packages/python-xyz.scm (python-debus-next): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index abcb36e..0020412 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8964,6 +8964,31 @@ implementation of D-Bus.")
(package-inputs python-dbus)
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
(package
(name "python-notify2")
- branch master updated (4788639 -> daf7b5e), guix-commits, 2021/11/23
- 03/19: gnu: Add stcgal., guix-commits, 2021/11/23
- 05/19: gnu: Add python-dbus-next.,
guix-commits <=
- 01/19: maint: "make dist" builds tarballs in 'ustar' format., guix-commits, 2021/11/23
- 02/19: gnu: Add python-tinydb., guix-commits, 2021/11/23
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., guix-commits, 2021/11/23
- 14/19: system: Warn about swap-devices format change, guix-commits, 2021/11/23
- 18/19: guix graph: Show '-M' in '--help' output., guix-commits, 2021/11/23
- 09/19: gnu: piper: Update to 0.6., guix-commits, 2021/11/23
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice"., guix-commits, 2021/11/23
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23