[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/232: gnu: Add python-pyyaml-env-tag.
From: |
guix-commits |
Subject: |
187/232: gnu: Add python-pyyaml-env-tag. |
Date: |
Sun, 24 Apr 2022 23:59:11 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit f78315590ef9a8b240e491570bf0a0a8708297ed
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 16:38:10 2022 -0400
gnu: Add python-pyyaml-env-tag.
* gnu/packages/python-xyz.scm (python-pyyaml-env-tag): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 99dda6c19d..3220747e56 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17884,6 +17884,24 @@ YAML-serialized data.")
(define-public python2-pyaml
(package-with-python2 python-pyaml))
+(define-public python-pyyaml-env-tag
+ (package
+ (name "python-pyyaml-env-tag")
+ (version "0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyyaml_env_tag" version))
+ (sha256
+ (base32 "1nsva88jsmwn0cb9jnrfiz4dvs9xakkpgfii7g1xwkx1pmsjc2bh"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-pyyaml))
+ (home-page "https://github.com/waylan/pyyaml-env-tag")
+ (synopsis "Custom YAML tag for environment variables")
+ (description "This package provides a custom YAML tag for referencing
+environment variables in YAML files.")
+ (license license:expat)))
+
(define-public python-backpack
(package
(name "python-backpack")
- 138/232: gnu: Add python-cbor2., (continued)
- 138/232: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 139/232: gnu: python-httpcore: Update to 0.14.7 and enable tests., guix-commits, 2022/04/24
- 140/232: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/24
- 155/232: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/24
- 157/232: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 161/232: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/24
- 168/232: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 174/232: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/04/24
- 179/232: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/04/24
- 182/232: gnu: python-bitstruct: Update to 8.14.0., guix-commits, 2022/04/24
- 187/232: gnu: Add python-pyyaml-env-tag.,
guix-commits <=
- 197/232: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/04/24
- 200/232: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 199/232: gnu: weasyprint: Update to 54.3., guix-commits, 2022/04/24
- 203/232: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 209/232: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/04/24
- 210/232: snippets: Add a 'remove' snippet., guix-commits, 2022/04/24
- 211/232: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/04/24
- 217/232: gnu: python-sphinx-click: Update to 4.0.3 and enable tests., guix-commits, 2022/04/24
- 220/232: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/04/24
- 223/232: gnu: Add python-nptyping., guix-commits, 2022/04/24