GNU bug report logs - #62956
gajim-1.4.7: build fails during check phase

Previous Next

Package: guix;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Wed, 19 Apr 2023 21:24:02 UTC

Severity: normal

Tags: patch

Merged with 63011

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


Message #21 received at 62956 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: 62956 <at> debbugs.gnu.org
Cc: John Kehayias <john.kehayias <at> protonmail.com>
Subject: [PATCH 1/2] gnu: python-k5test: Update to 0.10.3.
Date: Wed, 26 Apr 2023 21:18:30 +0000
* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.3.
[propagated-inputs]: Remove.
[native-inputs]: Remove.
[arguments]{phases}: Remove.
---
 gnu/packages/python-xyz.scm | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0abfa226f4..849b75ead2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26096,30 +26096,15 @@ (define-public python-forbiddenfruit
 (define-public python-k5test
   (package
     (name "python-k5test")
-    (version "0.9.2")
+    (version "0.10.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "k5test" version))
        (sha256
         (base32
-         "1lqp3jgfngyhaxjgj3n230hn90wsylwilh120yjf62h7b1s02mh8"))))
+         "07sp9hc6nkbgzywvr2ivcik03wibs6gmxm1k33l1b8v3mnyfx7cw"))))
     (build-system python-build-system)
-    (propagated-inputs
-     (list python-six
-           ;; `which`, `kadmin.local` binaries called inside library
-           which mit-krb5))
-    (native-inputs (list mit-krb5))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'apply-upstream-fixes
-           (lambda* _
-             (substitute* "k5test/realm.py"
-               ;; Upstream commit f6b302d94dbdce37a1b81cc3faeeac4dc637b0e9.
-               (("'kadmin_local'") "'kadmin.local'")
-               ;; Upstream commit 3aef84515cf3d1a171c66856c898d0a5cbbd03ea.
-               (("\\.stop_daemon") "._stop_daemon")))))))
     (home-page "https://github.com/pythongssapi/k5test")
     (synopsis "Library for setting up self-contained Kerberos 5 environments")
     (description
--
2.39.2






This bug report was last modified 2 years and 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.