all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53286] [PATCH 2/3] gnu: Add python-pydbus.
       [not found] <20220115165243.12806-1-Morgan.J.Smith@outlook.com>
@ 2022-01-15 16:52 ` Morgan.J.Smith
  2022-01-15 17:44   ` Maxime Devos
  2022-01-15 16:52 ` [bug#53286] [PATCH 3/3] gnu: pantalaimon: Add needed inputs Morgan.J.Smith
  1 sibling, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2022-01-15 16:52 UTC (permalink / raw)
  To: 53286; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/python-xyz.scm (python-pydbus): New variable.
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3f8f6d4618..ba8f4af6fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9121,6 +9121,23 @@ (define-public python-user-agents
 (define-public python2-user-agents
   (package-with-python2 python-user-agents))
 
+(define-public python-pydbus
+  (package
+    (name "python-pydbus")
+    (version "0.6.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pydbus" version))
+        (sha256
+          (base32 "0b0gipvz7vcfa9ddmwq2jrx16d4apb0hdnl5q4i3h8jlzwp1c1s2"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-pygobject))
+    (home-page "https://github.com/LEW21/pydbus")
+    (synopsis "Pythonic DBus library")
+    (description "Pythonic DBus library")
+    (license #f)))
+
 (define-public python-dbus
   (package
     (name "python-dbus")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#53286] [PATCH 3/3] gnu: pantalaimon: Add needed inputs
       [not found] <20220115165243.12806-1-Morgan.J.Smith@outlook.com>
  2022-01-15 16:52 ` [bug#53286] [PATCH 2/3] gnu: Add python-pydbus Morgan.J.Smith
@ 2022-01-15 16:52 ` Morgan.J.Smith
  1 sibling, 0 replies; 3+ messages in thread
From: Morgan.J.Smith @ 2022-01-15 16:52 UTC (permalink / raw)
  To: 53286; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/matrix.scm (pantalaimon) <propagated-inputs>: Add python-dbus,
python-notify2, python-pydbus, and python-pygobject.
---
 gnu/packages/matrix.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index e2c27f5a4c..0c59a20306 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -24,6 +24,7 @@ (define-module (gnu packages matrix)
   #:use-module (gnu packages check)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages databases)
+  #:use-module (gnu packages glib)
   #:use-module (gnu packages monitoring)
   #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-check)
@@ -270,12 +271,16 @@ (define-public pantalaimon
            python-attrs
            python-cachetools
            python-click
+           python-dbus
            python-janus
            python-keyring
            python-logbook
            python-matrix-nio
+           python-notify2
            python-peewee
-           python-prompt-toolkit))
+           python-prompt-toolkit
+           python-pydbus
+           python-pygobject))
     (home-page "https://github.com/matrix-org/pantalaimon")
     (synopsis "Matrix proxy daemon that adds E2E encryption capabilities")
     (description
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#53286] [PATCH 2/3] gnu: Add python-pydbus.
  2022-01-15 16:52 ` [bug#53286] [PATCH 2/3] gnu: Add python-pydbus Morgan.J.Smith
@ 2022-01-15 17:44   ` Maxime Devos
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Devos @ 2022-01-15 17:44 UTC (permalink / raw)
  To: Morgan.J.Smith, 53286

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hi,

Morgan.J.Smith@outlook.com schreef op za 15-01-2022 om 11:52 [-0500]:
> +    (license #f)))

According to the README it is lgpl2.1+.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-15 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220115165243.12806-1-Morgan.J.Smith@outlook.com>
2022-01-15 16:52 ` [bug#53286] [PATCH 2/3] gnu: Add python-pydbus Morgan.J.Smith
2022-01-15 17:44   ` Maxime Devos
2022-01-15 16:52 ` [bug#53286] [PATCH 3/3] gnu: pantalaimon: Add needed inputs Morgan.J.Smith

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.