unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52306@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52306] [PATCH 6/6] gnu: Add git-interactive-rebase-tool.
Date: Sun,  5 Dec 2021 16:36:12 -0500	[thread overview]
Message-ID: <20211205213611.5944-6-jgart@dismail.de> (raw)
In-Reply-To: <20211205213611.5944-1-jgart@dismail.de>

* gnu/packages/rust-apps.scm (git-interactive-rebase-tool): New variable.
---
 gnu/packages/rust-apps.scm | 46 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 8634356ccd..5ac777f1ae 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -577,6 +577,52 @@ (define-public ripgrep
 gitignore rules.")
     (license (list license:unlicense license:expat))))
 
+(define-public git-interactive-rebase-tool
+  (package
+    (name "git-interactive-rebase-tool")
+    (version "2.1.0")
+    (source
+     (origin
+       ;; crates.io does not provide the test data.
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mitmaro/git-interactive-rebase-tool")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "173spqqpyc00kvfmldjmjfqizh9b4spq4xw4bskd4dny8qcpz28d"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:rust ,rust-1.52
+        #:cargo-test-flags
+        ;; https://github.com/MitMaro/git-interactive-rebase-tool/issues/586
+       '("--release" "--" "--skip=tests::success")
+        #:cargo-inputs
+        (("rust-anyhow" ,rust-anyhow-1)
+         ("rust-chrono" ,rust-chrono-0.4)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-crossterm" ,rust-crossterm-0.19)
+         ("rust-git2" ,rust-git2-0.13)
+         ("rust-num-format" ,rust-num-format-0.4)
+         ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
+         ("rust-unicode-width" ,rust-unicode-width-0.1)
+         ("rust-xi-unicode" ,rust-xi-unicode-0.3))
+        #:cargo-development-inputs
+        (("rust-concat-idents" ,rust-concat-idents-1)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-rstest" ,rust-rstest-0.6)
+         ("rust-serial-test" ,rust-serial-test-0.5)
+         ("rust-tempfile" ,rust-tempfile-3))))
+    (inputs
+     `(("zlib" ,zlib)))
+    (home-page "https://gitrebasetool.mitmaro.ca/")
+    (synopsis "Terminal based sequence editor for git interactive rebase")
+    (description
+"Native cross-platform full feature terminal-based sequence editor for
+git interactive rebase.")
+    (license license:gpl3+)))
+
 (define-public rust-cbindgen
   (package
     (name "rust-cbindgen")
-- 
2.34.0





  parent reply	other threads:[~2021-12-05 21:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 13:46 [bug#52306] [PATCH 1/6] gnu: Add git-interactive-rebase-tool jgart via Guix-patches via
2021-12-05 21:36 ` [bug#52306] [PATCH 1/6] gnu: rust-proc-macro2-1: Update to 1.0.32 jgart via Guix-patches via
2021-12-05 21:36   ` [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6 jgart via Guix-patches via
2021-12-07 11:46     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 3/6] gnu: rust-syn-1: Update to 1.0.82 jgart via Guix-patches via
2021-12-05 21:36   ` [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3 jgart via Guix-patches via
2021-12-07 11:47     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 5/6] gnu: Add rust-concat-idents-1 jgart via Guix-patches via
2021-12-07 11:48     ` Efraim Flashner
2021-12-05 21:36   ` jgart via Guix-patches via [this message]
2021-12-07 11:49     ` [bug#52306] [PATCH 6/6] gnu: Add git-interactive-rebase-tool Efraim Flashner
2022-01-14  9:58 ` [bug#52306] [PATCH 1/6] " Nicolas Goaziou

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=20211205213611.5944-6-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52306@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).