summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-02-22 19:17:40 +0000
committerFranz Geffke <franz@pantherx.org>2024-02-22 19:17:40 +0000
commit226127fba42720c5e6fd78aaf642d0fe8c73ed02 (patch)
treef4bce24e6fe3eeec230563b649f8a3708d1754ec /px/packages/python-xyz.scm
parent2c73686f0935ffd5461e4adbc52ae57a9ae45fc0 (diff)
python-dbus-fast: v2.21.1
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index 3429a52..7ddac67 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -902,4 +902,22 @@ communicating with your Coldcard over USB")
(home-page "https://www.pantherx.org/")
(synopsis "Stuff that's shared across px-projects.")
(description "Stuff like well known applications that's shared across px-projects.")
+ (license license:expat)))
+
+(define-public python-dbus-fast
+ (package
+ (name "python-dbus-fast")
+ (version "2.21.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dbus_fast" version))
+ (sha256
+ (base32 "00jxi8fx1s3s5glapmrrsx14g2pj70smy755khwmj7az03955f47"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f))
+ (home-page "https://github.com/Bluetooth-Devices/dbus-fast")
+ (synopsis "A faster version of dbus-next")
+ (description "This package provides a faster version of dbus-next")
(license license:expat))) \ No newline at end of file