all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58475] [PATCH] gnu: Add python-dotmap
@ 2022-10-12 19:44 Ryan Tolboom
  2022-10-16 18:30 ` bug#58475: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Tolboom @ 2022-10-12 19:44 UTC (permalink / raw)
  To: 58475; +Cc: Ryan Tolboom

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58475: [PATCH] gnu: Add python-dotmap
  2022-10-12 19:44 [bug#58475] [PATCH] gnu: Add python-dotmap Ryan Tolboom
@ 2022-10-16 18:30 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-10-16 18:30 UTC (permalink / raw)
  To: Ryan Tolboom; +Cc: 58475-done

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]


Ryan Tolboom <ryan@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-16 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 19:44 [bug#58475] [PATCH] gnu: Add python-dotmap Ryan Tolboom
2022-10-16 18:30 ` bug#58475: " Christopher Baines

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.