all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Parnikkapore via Guix-patches via <guix-patches@gnu.org>
To: 64021@debbugs.gnu.org
Subject: [bug#64021] [PATCH v2 1/6] gnu: python-nbxmpp: Update to 4.2.2.
Date: Tue,  4 Jul 2023 23:31:08 +0700	[thread overview]
Message-ID: <61a27ed52288bab9945aa256a1193e6956b60616.1688488273.git.poomklao@yahoo.com> (raw)
In-Reply-To: <d843f47ac84e5578ba9ed9f441c59ed83a448a4d.1686581089.git.poomklao@yahoo.com>

* gnu/packages/messaging.scm (python-nbxmpp): Update to 4.2.2.
  [arguments]: Specify "python -m unittest" as test method.
  Gajim will not build at this commit.
---
 gnu/packages/messaging.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3629d9a6d5..1b721e8f8e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -148,6 +148,7 @@ (define-module (gnu packages messaging)
   #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
   #:use-module (guix build-system qt)
   #:use-module (guix build-system trivial)
   #:use-module (guix download)
@@ -1089,21 +1090,28 @@ (define-public znc
 (define-public python-nbxmpp
   (package
     (name "python-nbxmpp")
-    (version "3.1.0")
+    (version "4.2.2")
     (source
      (origin
        (method url-fetch)
        (uri
         (pypi-uri "nbxmpp" version))
        (sha256
-        (base32 "0c32090gr1fiy7hkn73dcj4ad9gfdpks8hivl1dl8bql01jsfdnj"))))
-    (build-system python-build-system)
+        (base32 "095nyy6vjildhrqigxk6vsh49in6mx17bvb3z5zpjmzhv9b8ix46"))))
+    (build-system pyproject-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         ;; XXX: This probably should be an option for pyproject-build-system
+         (replace 'check
+           (lambda* (#:key tests? #:allow-other-keys)
+             (when tests? (invoke "python" "-m" "unittest" "-v")))))))
     (native-inputs
      (list `(,glib "bin")))
     (inputs
      (list glib
            glib-networking
-           libsoup-minimal-2
+           libsoup-minimal
            python-gssapi
            python-idna
            python-precis-i18n

base-commit: 1011100868ec6d712145c75c016b18ba5913c7c7
-- 
2.40.1





  parent reply	other threads:[~2023-07-04 16:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d843f47ac84e5578ba9ed9f441c59ed83a448a4d.1686581089.git.poomklao.ref@yahoo.com>
2023-06-12 14:50 ` [bug#64021] [PATCH] gnu: gajim: Update to 1.7.3 Parnikkapore via Guix-patches via
2023-06-20 21:46   ` Ludovic Courtès
2023-07-04 16:31   ` Parnikkapore via Guix-patches via [this message]
2023-07-04 16:31     ` [bug#64021] [PATCH v2 2/6] " Parnikkapore via Guix-patches via
2023-07-04 16:31     ` [bug#64021] [PATCH v2 3/6] gnu: gajim-omemo: Update to 2.9.0 Parnikkapore via Guix-patches via
2023-07-04 16:31     ` [bug#64021] [PATCH v2 4/6] gnu: gajim-openpgp: Update to 1.5.0 Parnikkapore via Guix-patches via
2023-07-04 16:31     ` [bug#64021] [PATCH v2 5/6] gnu: python-nbxmpp: Clean up formatting Parnikkapore via Guix-patches via
2023-07-04 16:31     ` [bug#64021] [PATCH v2 6/6] gnu: gajim: " Parnikkapore via Guix-patches via
2023-09-27 11:14       ` Christopher Baines

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

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

  git send-email \
    --in-reply-to=61a27ed52288bab9945aa256a1193e6956b60616.1688488273.git.poomklao@yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=64021@debbugs.gnu.org \
    --cc=poomklao@yahoo.com \
    /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 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.