[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/203: gnu: Add python-dotenv.
From: |
guix-commits |
Subject: |
192/203: gnu: Add python-dotenv. |
Date: |
Wed, 3 Nov 2021 21:10:43 -0400 (EDT) |
apteryx 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")
- 173/203: gnu: tracker: Use libsoup-minimal-2 to fix build., (continued)
- 173/203: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/03
- 178/203: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/03
- 203/203: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/03
- 160/203: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/03
- 174/203: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/03
- 177/203: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/03
- 182/203: gnu: geoclue: Fix build option name., guix-commits, 2021/11/03
- 183/203: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/03
- 198/203: gnu: ansible: Update to 4.7.0., guix-commits, 2021/11/03
- 190/203: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/03
- 192/203: gnu: Add python-dotenv.,
guix-commits <=
- 199/203: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/03
- 201/203: gnu: icecat: Use latest rust., guix-commits, 2021/11/03
- 31/203: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/03
- 176/203: gnu: Add libxcvt., guix-commits, 2021/11/03
- 140/203: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/03
- 142/203: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/03
- 179/203: gnu: Add polkit-duktape., guix-commits, 2021/11/03
- 189/203: gnu: Remove references to a removed patch., guix-commits, 2021/11/03
- 193/203: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/03
- 202/203: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/03