all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Erik Lovlie <erikl@posteo.net>
To: 48482@debbugs.gnu.org
Cc: Erik Lovlie <erikl@posteo.net>
Subject: [bug#48482] [PATCH] gnu: Add ruby-taskjuggler.
Date: Mon, 17 May 2021 16:34:53 +0000	[thread overview]
Message-ID: <20210517163452.1859895-1-erikl@posteo.net> (raw)
In-Reply-To: <20210517160438.1857991-2-erikl@posteo.net>

*  gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
---

Fixed the commit message since this adds a package, not updating an
existing one.

 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





  parent reply	other threads:[~2021-05-17 18:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 16:04 [bug#48481] [PATCH 1/2] gnu: ruby-term-ansicolor: Update to 1.7.1 Erik Lovlie
2021-05-17 16:04 ` [bug#48482] [PATCH 2/2] gnu: ruby-taskjuggler: Update to 3.7.1 Erik Lovlie
2021-05-17 16:28   ` erikl
2021-05-17 16:34   ` Erik Lovlie [this message]
2023-05-29 11:21     ` bug#48482: [PATCH] gnu: Add ruby-taskjuggler Jelle Licht

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=20210517163452.1859895-1-erikl@posteo.net \
    --to=erikl@posteo.net \
    --cc=48482@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.