emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51005: closed ([PATCH] gnu: Add emacs-taxy.)


From: GNU bug Tracking System
Subject: bug#51005: closed ([PATCH] gnu: Add emacs-taxy.)
Date: Fri, 08 Oct 2021 10:01:02 +0000

Your message dated Fri, 08 Oct 2021 12:00:42 +0200
with message-id <87mtnjg7jp.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#51005] [PATCH] gnu: Add emacs-taxy.
has caused the debbugs.gnu.org bug report #51005,
regarding [PATCH] gnu: Add emacs-taxy.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51005: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51005
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-taxy. Date: Mon, 04 Oct 2021 11:15:55 +0000
* gnu/packages/emacs-xyz.scm (emacs-taxy): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 963a16b48f..e86982f663 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15326,6 +15326,29 @@ proficiency is an advantage, since you can transform 
your numeric range with
 an elisp expression.")
       (license license:gpl3+))))
 
+(define-public emacs-taxy
+  (package
+    (name "emacs-taxy")
+    (version "0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/taxy-"; version ".tar"))
+       (sha256
+        (base32
+         "00pc6lh35gj8vzcsn17fyazb9jsc4m6nr7cvb32w02isadv8qd3m"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-magit" ,emacs-magit)))
+    (home-page "https://github.com/alphapapa/taxy.el";)
+    (synopsis "Programmable taxonomical grouping for arbitrary objects")
+    (description
+     "This library provides a programmable way to classify arbitrary
+objects into a hierarchical taxonomy.   Allows you to automatically put
+things in nested groups.")
+    (license license:gpl3+)))
+
 (define-public emacs-emojify
   (package
     (name "emacs-emojify")
-- 
2.33.0



-- 

Alexandr Vityazev



--- End Message ---
--- Begin Message --- Subject: Re: [bug#51005] [PATCH] gnu: Add emacs-taxy. Date: Fri, 08 Oct 2021 12:00:42 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-taxy): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]