unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 43346-done@debbugs.gnu.org
Subject: [bug#43346] Poezio (Revised Patches)
Date: Sat, 12 Sep 2020 08:06:05 -0400	[thread overview]
Message-ID: <3bbb8349-fd68-3c2b-53b4-8b258d54ad87@disroot.org> (raw)
In-Reply-To: <20200912024131.373f68a4@scratchpost.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 264 bytes --]

Hi Danny!

> Pushed to guix master with lots of changes to what are inputs, propagated-inputs
> and native-inputs.

Thanks so much.

I had to make some changes to poezio, based on your changes. Could you
push the attached patches please?

Regards,
RG.

[-- Attachment #1.1.2: 0085-gnu-poezio-Add-missing-dependencies.patch --]
[-- Type: text/x-patch, Size: 1705 bytes --]

From 1a44fd4f34b0e07e81459ad63651428a74c1ecc3 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 12 Sep 2020 07:36:24 -0400
Subject: [PATCH 85/86] gnu: poezio: Add missing dependencies.

* gnu/packages/messaging.scm (poezio): Add missing dependencies.
[native-inputs]: Add python-cython.
[inputs]: Add python-aiodns, python-aiohttp, python-cffi and python-pycares.

The above changes satisfy dependencies mentioned in setup.py, requirements.txt
and requirements-plugins.txt.
---
 gnu/packages/messaging.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1f41f0cb8b..8f1c71563c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -150,16 +150,20 @@
              #t)))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("python-cython" ,python-cython)
        ("python-setuptools" ,python-setuptools)
        ("python-sphinx" ,python-sphinx)))
     (inputs
-     `(("python-mpd2" ,python-mpd2)
+     `(("python-aiodns" ,python-aiodns)
+       ("python-aiohttp" ,python-aiohttp)
+       ("python-cffi" ,python-cffi)
+       ("python-mpd2" ,python-mpd2)
        ("python-potr" ,python-potr)
        ("python-pyasn1" ,python-pyasn1)
        ("python-pyasn1-modules" ,python-pyasn1-modules)
+       ("python-pycares" ,python-pycares)
        ("python-pygments" ,python-pygments)
        ("python-pyinotify" ,python-pyinotify)
-       ;("python" ,python)
        ("python-qrcode" ,python-qrcode)
        ("python-slixmpp" ,python-slixmpp)))
     (synopsis "Console Jabber/XMPP Client")
-- 
2.28.0


[-- Attachment #1.1.3: 0086-gnu-poezio-Propagated-certain-dependencies.patch --]
[-- Type: text/x-patch, Size: 1886 bytes --]

From 5a6ae94b2fafad1148f21a617295b941bc206851 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 12 Sep 2020 07:57:17 -0400
Subject: [PATCH 86/86] gnu: poezio: Propagated certain dependencies.

* gnu/packages/messaging.scm (poezio): Propagated certain dependencies.
[inputs]: Move python-aiodns, python-cffi, python-potr, python-pyasn1,
python-pyasn1-modules, python-pyinotify and python-slixmpp to ...
[propagated-inputs]: ... here.

The above changes satisfy install.requires and extras.require sections
of setup.py.
---
 gnu/packages/messaging.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8f1c71563c..5f4e13365f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -154,17 +154,18 @@
        ("python-setuptools" ,python-setuptools)
        ("python-sphinx" ,python-sphinx)))
     (inputs
+     `(("python-aiohttp" ,python-aiohttp)
+       ("python-mpd2" ,python-mpd2)
+       ("python-pycares" ,python-pycares)
+       ("python-pygments" ,python-pygments)
+       ("python-qrcode" ,python-qrcode)))
+    (propagated-inputs
      `(("python-aiodns" ,python-aiodns)
-       ("python-aiohttp" ,python-aiohttp)
        ("python-cffi" ,python-cffi)
-       ("python-mpd2" ,python-mpd2)
        ("python-potr" ,python-potr)
        ("python-pyasn1" ,python-pyasn1)
        ("python-pyasn1-modules" ,python-pyasn1-modules)
-       ("python-pycares" ,python-pycares)
-       ("python-pygments" ,python-pygments)
        ("python-pyinotify" ,python-pyinotify)
-       ("python-qrcode" ,python-qrcode)
        ("python-slixmpp" ,python-slixmpp)))
     (synopsis "Console Jabber/XMPP Client")
     (description "Poezio is a free console XMPP client (the protocol on which
-- 
2.28.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-09-12 12:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11 18:26 [bug#43346] Poezio Raghav Gururajan
2020-09-11 18:36 ` [bug#43346] Poezio (Revised Patches) Raghav Gururajan
2020-09-12  0:41   ` bug#43346: " Danny Milosavljevic
2020-09-12 12:06     ` Raghav Gururajan [this message]
2020-09-12 14:19       ` [bug#43346] " Danny Milosavljevic
2020-09-12 14:22         ` Raghav Gururajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3bbb8349-fd68-3c2b-53b4-8b258d54ad87@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=43346-done@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).