summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:27:53 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:27:53 +0000
commitf2c775d7739cdd13e0a0bcddfc0ede539475ed1a (patch)
tree69ed70eceec6d4b0ca5e1a6f1ed45a7026b8c0d3 /px/packages/python-xyz.scm
parente2c2a5cc914da2f0b62ccf2ed4c1f993e2c5a6dc (diff)
px: Remove python-dbus-next
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index 648eaec..cafd5a9 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -175,27 +175,6 @@ inferring type information using compile-time introspection.")
(description "Open-source Dropbox client for macOS and Linux.")
(license license:expat)))
-(define-public python-dbus-next
- (package
- (name "python-dbus-next")
- (version "0.2.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v"
- version ".tar.gz"))
- (sha256
- (base32 "0nggps85gq1f2lp9gf8kv1am3zihdk65zdg8hy2xs3p51ndnh6fv"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f))
- (home-page "https://github.com/altdesktop/python-dbus-next")
- (synopsis "A zero-dependency DBus library for Python with asyncio support")
- (description
- "A zero-dependency DBus library for Python with asyncio support")
- (license license:expat)))
-
(define-public python-desktop-notifier
(package
(name "python-desktop-notifier")