unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zac Berkowitz <zac.berkowitz@gmail.com>
To: 50324@debbugs.gnu.org
Subject: [bug#50324] [PATCH] gnu: Add python-dotenv.
Date: Wed, 1 Sep 2021 11:39:26 -0400	[thread overview]
Message-ID: <CANNGBfnfBfU3BWPBv5+uTE5F2JNr=F5EUM=NhZjmDDCjF6RAGQ@mail.gmail.com> (raw)

* 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




             reply	other threads:[~2021-09-01 16:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 15:39 Zac Berkowitz [this message]
2021-09-02 14:06 ` [bug#50324] patch available already for python-dotenv at 50213 jgart via Guix-patches via
2021-09-03  0:50 ` Sarah Morgensen
2021-09-03  1:48   ` jgart via Guix-patches via
2024-06-18  6:27 ` bug#50324: [PATCH] gnu: Add python-dotenv jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANNGBfnfBfU3BWPBv5+uTE5F2JNr=F5EUM=NhZjmDDCjF6RAGQ@mail.gmail.com' \
    --to=zac.berkowitz@gmail.com \
    --cc=50324@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).