unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: John Kehayias via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 62956@debbugs.gnu.org
Cc: John Kehayias <john.kehayias@protonmail.com>
Subject: bug#62956: [PATCH 1/2] gnu: python-k5test: Update to 0.10.3.
Date: Wed, 26 Apr 2023 21:18:30 +0000	[thread overview]
Message-ID: <20230426211821.13756-1-john.kehayias@protonmail.com> (raw)
In-Reply-To: <ZEBbpDFv5vG4xO9P@theoden>

* 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






  parent reply	other threads:[~2023-04-26 21:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-19 21:22 bug#62956: gajim-1.4.7: build fails during check phase Christopher Howard
     [not found] ` <handler.62956.B.168193940222428.ack@debbugs.gnu.org>
2023-04-22 16:17   ` Christopher Howard
2023-04-26 21:18 ` John Kehayias via Bug reports for GNU Guix [this message]
2023-04-26 21:18   ` bug#62956: [PATCH 2/2] gnu: python-gssapi: Update to 1.8.2 John Kehayias via Bug reports for GNU Guix
2023-05-19  1:35 ` bug#62956: [PATCH] Updates for python-k5test and python-gssapi Lilah Tascheter via Bug reports for GNU Guix
2023-05-19  7:37   ` Lars-Dominik Braun

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=20230426211821.13756-1-john.kehayias@protonmail.com \
    --to=bug-guix@gnu.org \
    --cc=62956@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.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 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).