GNU bug report logs - #50324
[PATCH] gnu: Add python-dotenv.

Previous Next

Package: guix-patches;

Reported by: Zac Berkowitz <zac.berkowitz <at> gmail.com>

Date: Wed, 1 Sep 2021 15:50:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zac Berkowitz <zac.berkowitz <at> gmail.com>
Subject: bug#50324: closed (Re: [PATCH] gnu: Add python-dotenv.)
Date: Tue, 18 Jun 2024 06:29:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50324: [PATCH] gnu: Add python-dotenv.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 50324 <at> debbugs.gnu.org.

-- 
50324: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50324
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "jgart" <jgart <at> dismail.de>
To: 50324-done <at> debbugs.gnu.org
Cc: Sarah Morgensen <iskarian <at> mgsn.dev>, zac.berkowitz <at> gmail.com
Subject: Re: [PATCH] gnu: Add python-dotenv.
Date: Tue, 18 Jun 2024 06:27:52 +0000
Hi all,

I'm closing this as python-dotenv has since been updated a to a version higher than the one proposed in this ticket.

Thanks!

all best,

jgart

[Message part 3 (message/rfc822, inline)]
From: Zac Berkowitz <zac.berkowitz <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-dotenv.
Date: Wed, 1 Sep 2021 11:39:26 -0400
* gnu/packages/python-xyz.scm (python-dotenv): New variable.
---
 gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d1a679133..c06a32d027 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26435,3 +26435,31 @@ a (rather superficial) static analysis, and
constructs a directed graph of the
 objects in the combined source, and how they define or use each other.  The
 graph can be output for rendering by GraphViz or yEd.")
     (license license:gpl2)))
+
+(define-public python-dotenv
+  (package
+    (name "python-dotenv")
+    (version "0.19.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "python-dotenv" version))
+       (sha256
+        (base32
+         "0wk1kfzbpqk9swvmpa9z3q170ffqql2id4b2dxrkrq58r4mbq8gm"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-mock" ,python-mock)
+       ("python-sh" ,python-sh)))
+    (propagated-inputs
+     `(("python-click" ,python-click)))
+    (home-page
+     "https://saurabh-kumar.com/python-dotenv/")
+    (synopsis
+     "Read key-value pairs from a .env file and set them as
environment variables")
+    (description
+     "Python-dotenv reads key-value pairs from a .env file and can set them as
+environment variables.  It helps in the development of applications
following the
+@url{http://12factor.net,12-factor} principles.")
+    (license license:bsd-3)))
--
2.33.0



This bug report was last modified 338 days ago.

Previous Next


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