[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/217: gnu: Add python-dotenv.
From: |
guix-commits |
Subject: |
192/217: gnu: Add python-dotenv. |
Date: |
Sun, 14 Nov 2021 19:21:23 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit b0af9f9f272b55c499ce516229e3f1ece2f3018e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 21:25:54 2021 -0400
gnu: Add python-dotenv.
* gnu/packages/python-xyz.scm (python-dotenv): New variable.
---
gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3bca73b..3d9ab89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12243,6 +12243,37 @@ programmatically with command-line parsers like
@code{getopt} and
(define-public python2-docopt
(package-with-python2 python-docopt))
+(define-public python-dotenv
+ (package
+ (name "python-dotenv")
+ (version "0.19.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-dotenv" version))
+ (sha256
+ (base32 "1f64ni36j5khzhfn01z7f53kg5byrgflm4g6hck6d56lr1f1iy0l"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-ipython" ,python-ipython)
+ ("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest)
+ ("python-sh" ,python-sh)))
+ (propagated-inputs
+ `(("python-click" ,python-click)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest")))))))
+ (home-page "https://github.com/theskumar/python-dotenv")
+ (synopsis "Environment variables configuration tool")
+ (description "Python-dotenv reads key-value pairs from a .env file and can
+set them as environment variables.")
+ (license license:bsd-3)))
+
(define-public python-pythondialog
(package
(name "python-pythondialog")
- 143/217: gnu: elogind: Update to 246.10., (continued)
- 143/217: gnu: elogind: Update to 246.10., guix-commits, 2021/11/14
- 152/217: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/14
- 167/217: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/14
- 169/217: gnu: Add meson-0.59., guix-commits, 2021/11/14
- 171/217: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/14
- 189/217: gnu: Remove references to a removed patch., guix-commits, 2021/11/14
- 191/217: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/14
- 203/217: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/14
- 197/217: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/14
- 214/217: gnu: python-wmctrl: Add missing python-attrs propagated inputs., guix-commits, 2021/11/14
- 192/217: gnu: Add python-dotenv.,
guix-commits <=
- 194/217: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/14
- 201/217: gnu: icecat: Use latest rust., guix-commits, 2021/11/14
- 196/217: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/14
- 202/217: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/14