diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:27:53 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:27:53 +0000 |
commit | f2c775d7739cdd13e0a0bcddfc0ede539475ed1a (patch) | |
tree | 69ed70eceec6d4b0ca5e1a6f1ed45a7026b8c0d3 /px/packages/python-xyz.scm | |
parent | e2c2a5cc914da2f0b62ccf2ed4c1f993e2c5a6dc (diff) |
px: Remove python-dbus-next
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 21 |
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") |