GNU bug report logs - #58475
[PATCH] gnu: Add python-dotmap

Previous Next

Package: guix-patches;

Reported by: Ryan Tolboom <ryan <at> using.tech>

Date: Wed, 12 Oct 2022 19:45:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58475 in the body.
You can then email your comments to 58475 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58475; Package guix-patches. (Wed, 12 Oct 2022 19:45:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ryan Tolboom <ryan <at> using.tech>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Oct 2022 19:45:01 GMT) Full text and rfc822 format available.

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

From: Ryan Tolboom <ryan <at> using.tech>
To: guix-patches <at> gnu.org
Cc: Ryan Tolboom <ryan <at> using.tech>
Subject: [PATCH] gnu: Add python-dotmap
Date: Wed, 12 Oct 2022 15:44:34 -0400
* gnu/packages/python-xyz.scm: New variable
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c647bd42f..5c23ca8353 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -496,6 +496,25 @@ (define-public python-fire
     (home-page "https://github.com/google/python-fire")
     (license license:asl2.0)))
 
+(define-public python-dotmap
+  (package
+    (name "python-dotmap")
+    (version "1.3.30")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "dotmap" version))
+              (sha256
+               (base32
+                "0s5kb2v7jd0narz6m6jcicak3h5pw290wz21cdsv8pq77y9sf8aq"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/drgrib/dotmap")
+    (synopsis "Ordered, dynamically-expandable dot-access dictionary")
+    (description
+     "DotMap is a dot-access dictionary subclass that has dynamic
+hierarchy creation, can be initialized with keys, can be initialized from a
+dictionary, can be convert to a dictionary, and is ordered by insertion.")
+    (license license:expat)))
+
 (define-public python-twodict
   (package
     (name "python-twodict")
-- 
2.38.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 16 Oct 2022 18:32:02 GMT) Full text and rfc822 format available.

Notification sent to Ryan Tolboom <ryan <at> using.tech>:
bug acknowledged by developer. (Sun, 16 Oct 2022 18:32:02 GMT) Full text and rfc822 format available.

Message #10 received at 58475-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ryan Tolboom <ryan <at> using.tech>
Cc: 58475-done <at> debbugs.gnu.org
Subject: Re: [bug#58475] [PATCH] gnu: Add python-dotmap
Date: Sun, 16 Oct 2022 19:30:48 +0100
[Message part 1 (text/plain, inline)]
Ryan Tolboom <ryan <at> using.tech> writes:

> * gnu/packages/python-xyz.scm: New variable
> ---
>  gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Thanks Ryan, I've gone ahead and pushed this to master as
cbaf47bb8b7cda6f6bb343d24866db03eb0445f7.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 14 Nov 2022 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 216 days ago.

Previous Next


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