summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-01-25 14:30:06 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-01-25 17:24:11 +0100
commit781945784e40422dc96214e72ca67a92cab2e6f6 (patch)
tree931e01761f85332bb91f95b2ae467e7a886d2dee /gnu/packages
parent1f892e09b3a8b211a8f6fd5b4caac6c3128035e9 (diff)
gnu: Add python-dbus-fast.
* gnu/packages/python-xyz.scm (python-dbus-fast): New variable. Change-Id: Ie3bfdf71c74bff59067c0b49554e77de0d7bbc49
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4c6a2848861..b5cf77698a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38866,6 +38866,23 @@ profile. It supports:
38866Currently, Linux is the only platform supported by this library.") 38866Currently, Linux is the only platform supported by this library.")
38867 (license license:expat))) 38867 (license license:expat)))
38868 38868
38869(define-public python-dbus-fast
38870 (package
38871 (name "python-dbus-fast")
38872 (version "2.30.2")
38873 (source
38874 (origin
38875 (method url-fetch)
38876 (uri (pypi-uri "dbus_fast" version))
38877 (sha256
38878 (base32 "1cx71lbw716smpr4vsc9d421v45s36hcqj2z95nl3wm2yhan6ac7"))))
38879 (build-system pyproject-build-system)
38880 (native-inputs (list python-cython python-poetry-core python-setuptools
38881 python-wheel))
38882 (home-page "https://github.com/bluetooth-devices/dbus-fast")
38883 (synopsis "Faster version of dbus-next")
38884 (description "This package provides a faster version of dbus-next.")
38885 (license license:expat)))
38869(define-public python-clrprint 38886(define-public python-clrprint
38870 (package 38887 (package
38871 (name "python-clrprint") 38888 (name "python-clrprint")