GNU bug report logs - #77764
[PATCH] gnu: Add emacs-jira.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sat, 12 Apr 2025 13:28:05 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Roman Scherer <roman <at> burningswell.com>, 77764 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Cayetano Santos <csantosb <at> inventati.org>, Andrew Tropin <andrew <at> trop.in>,
 Hilton Chain <hako <at> ultrarare.space>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#77764] [PATCH v2] gnu: Add emacs-jira.
Date: Sun, 13 Apr 2025 17:32:21 +0200
Am Sonntag, dem 13.04.2025 um 10:00 +0200 schrieb Roman Scherer:
> * gnu/packages/emacs-xyz.scm (emacs-jira): New variable.
> 
> Change-Id: I7846eeea3f4f9c06f75d768c7264656a69afdd96
> ---
>  gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index b290ab8d29..55ef037881 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -12277,6 +12277,31 @@ (define-public emacs-jedi
>  the locations of docstrings, arguments, and functions.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-jira
> +  (package
> +    (name "emacs-jira")
> +    (version "0.7.0")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/unmonoqueteclea/jira.el")
> +             (commit (string-append "v" version))))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32
> "0zg7qx05i92xpsa43y9gsxbn08gmzng88dvkva7y70zvrzx58zz2"))))
> +    (build-system emacs-build-system)
> +    (arguments (list #:tests? #f))
Cayetano did tell you to put #:tests? #f here, but you should also give
a reason as to why tests are disabled – such as the "; no tests"
Cayetano wrote.
> +    (propagated-inputs (list emacs-magit
> +                             emacs-request
> +                             emacs-tablist
> +                             emacs-transient))
> +    (home-page "https://github.com/unmonoqueteclea/jira.el")
> +    (synopsis "Emacs Interface to Jira")
> +    (description "This package allows you to visualuze and
> manipulate Jira
> +issues from Emacs.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-company-jedi
>    (package
>      (name "emacs-company-jedi")
Cheers

This bug report was last modified 17 days ago.

Previous Next


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