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

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

bug#62182: closed ([PATCH] gnu: Add python-treelib.)


From: GNU bug Tracking System
Subject: bug#62182: closed ([PATCH] gnu: Add python-treelib.)
Date: Sun, 18 Feb 2024 16:35:02 +0000

Your message dated Sun, 18 Feb 2024 17:34:05 +0100
with message-id <87a5nxlojm.fsf@ngraves.fr>
and subject line close 62182
has caused the debbugs.gnu.org bug report #62182,
regarding [PATCH] gnu: Add python-treelib.
to be marked as done.

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


-- 
62182: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62182
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-treelib. Date: Tue, 14 Mar 2023 11:03:06 +0100
* gnu/packages/python-xyz.scm (python-treelib): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83f3ec02ea..fd3fe0cae8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9199,6 +9199,24 @@ (define-public python-traitlets
 without using the configuration machinery.")
     (license license:bsd-3)))
 
+(define-public python-treelib
+  (package
+    (name "python-treelib")
+    (version "1.6.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "treelib" version))
+              (sha256
+               (base32
+                "1247rv9fbb8pw3xbkbz04q3vnvvva3hcw002gp1clp5psargzgqw"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-future))
+    (home-page "https://github.com/caesar0301/treelib";)
+    (synopsis "Implementation of a tree structure in Python")
+    (description
+     "This package provides a Python implementation of a tree structure.")
+    (license license:asl2.0)))
+
 (define-public python-jupyter-core
   (package
     (name "python-jupyter-core")
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: close 62182 Date: Sun, 18 Feb 2024 17:34:05 +0100
# patch already merged.

-- 
Best regards,
Nicolas Graves


--- End Message ---

reply via email to

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