GNU bug report logs -
#48482
[PATCH] gnu: Add ruby-taskjuggler.
Previous Next
Reported by: Erik Lovlie <erikl <at> posteo.net>
Date: Mon, 17 May 2021 16:21:02 UTC
Severity: normal
Tags: patch
Merged with 48481
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Sorry this adds a package, not updating. Will fix the commit message.
> On 17 May 2021, at 18:06, Erik Lovlie <erikl <at> posteo.net> wrote:
>
> * gnu/packages/ruby.scm (ruby-taskjuggler): Update to 3.7.1.
> ---
> gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index e2f53bbdca..edc7f470ed 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -6155,6 +6155,32 @@ of terminal output.")
> ;; There is no mention of the "or later" clause.
> (license license:gpl2)))
>
> +(define-public ruby-taskjuggler
> + (package
> + (name "ruby-taskjuggler")
> + (version "3.7.1")
> + (source (origin
> + (method url-fetch)
> + (uri (rubygems-uri "taskjuggler" version))
> + (sha256
> + (base32
> + "1jrsajzhzpnfa8hj6lbf7adn8hls56dz3yw1gvzgz9y4zkka3k9v"))))
> + (build-system ruby-build-system)
> + (arguments
> + '(#:tests? #f))
> + (native-inputs
> + `(("ruby-rake" ,ruby-rake)))
> + (propagated-inputs
> + `(("ruby-mail" ,ruby-mail)
> + ("ruby-term-ansicolor" ,ruby-term-ansicolor)))
> + (synopsis "Project management software")
> + (description
> + "This package provides a project management tool with an optimizing
> +scheduler that computes your project time lines and resource assignments based
> +on the project outline and the constraints that you have provided.")
> + (home-page "https://taskjuggler.org/")
> + (license license:gpl2)))
> +
> (define-public ruby-terraform
> (package
> (name "ruby-terraform")
> --
> 2.31.1
>
This bug report was last modified 2 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.