GNU bug report logs -
#50324
[PATCH] gnu: Add python-dotenv.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50324 in the body.
You can then email your comments to 50324 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#50324
; Package
guix-patches
.
(Wed, 01 Sep 2021 15:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zac Berkowitz <zac.berkowitz <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 01 Sep 2021 15:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#50324
; Package
guix-patches
.
(Thu, 02 Sep 2021 14:07:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 50324 <at> debbugs.gnu.org (full text, mbox):
Hi,
There is a patch open already for python-dotenv as part of this issue: http://issues.guix.gnu.org/50213#28
It is part of upgrading flask to 2.0.1
Maybe we can commit together if there is anything you would like to merge with the patch you just sent?
all best,
jgart
_________________________________________
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35 /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Information forwarded
to
guix-patches <at> gnu.org
:
bug#50324
; Package
guix-patches
.
(Fri, 03 Sep 2021 00:51:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 50324 <at> debbugs.gnu.org (full text, mbox):
jgart <jgart <at> dismail.de> writes:
> There is a patch open already for python-dotenv as part of this issue: http://issues.guix.gnu.org/50213#28
There is also one at #49834 [0], so that makes three :)
[0] https://issues.guix.gnu.org/49834#13
--
Sarah
Information forwarded
to
guix-patches <at> gnu.org
:
bug#50324
; Package
guix-patches
.
(Fri, 03 Sep 2021 01:49:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 50324 <at> debbugs.gnu.org (full text, mbox):
On Thu, 02 Sep 2021 17:50:31 -0700 Sarah Morgensen <iskarian <at> mgsn.dev> wrote:
>
> jgart <jgart <at> dismail.de> writes:
>
> > There is a patch open already for python-dotenv as part of this issue: http://issues.guix.gnu.org/50213#28
>
> There is also one at #49834 [0], so that makes three :)
Hahahaha dotenv is in high demand!
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zac Berkowitz <zac.berkowitz <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:29:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 50324-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.