all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 70656@debbugs.gnu.org
Subject: [bug#70656] [PATCH python-team 1/4] gnu: python-gitpython: Use git-minimal/pinned.
Date: Mon, 29 Apr 2024 21:40:46 +0100	[thread overview]
Message-ID: <a548240971d5fcb99df6d78438c6ba46bb644677.1714423249.git.mail@cbaines.net> (raw)
In-Reply-To: <874jbjzyz8.fsf@cbaines.net>

This helps reduce the dependencies on git, as I think it's find to build with
a slightly older git, at least during periods when git-minimal/pinned needs
updating.

* gnu/packages/version-control.scm (python-gitpython)[arguments,inputs]: Use
git-minimal/pinned.

Change-Id: Id4325fe58a62bafce58b74828fa5823621166c55
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 0c7c496c82..c340d5fdc8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1438,10 +1438,10 @@ (define-public python-gitpython
                       (substitute* "git/cmd.py"
                         (("git_exec_name = \"git\"")
                          (string-append "git_exec_name = \""
-                                        (assoc-ref inputs "git")
+                                        (assoc-ref inputs "git-minimal")
                                         "/bin/git\""))))))))
     (inputs
-     (list git))
+     (list git-minimal/pinned))
     (propagated-inputs
      (list python-gitdb python-typing-extensions))
     (native-inputs

base-commit: 3bd8d238aba718bf949691d0e37fa310e2cfc12a
-- 
2.41.0





  reply	other threads:[~2024-04-29 20:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 20:38 [bug#70656] [PATCH python-team 0/4] Use git-minimal/pinned for some Python packages Christopher Baines
2024-04-29 20:40 ` Christopher Baines [this message]
2024-04-29 20:40   ` [bug#70656] [PATCH python-team 2/4] gnu: python-gitdb: Use git-minimal/pinned Christopher Baines
2024-04-29 20:40   ` [bug#70656] [PATCH python-team 3/4] gnu: python-pbr: " Christopher Baines
2024-05-04  8:12     ` Lars-Dominik Braun
2024-10-24 16:26       ` Greg Hogan
2024-04-29 20:40   ` [bug#70656] [PATCH python-team 4/4] gnu: python-versioneer: " 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=a548240971d5fcb99df6d78438c6ba46bb644677.1714423249.git.mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=70656@debbugs.gnu.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 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.