[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/233: gnu: Add python-dictpath.
From: |
guix-commits |
Subject: |
151/233: gnu: Add python-dictpath. |
Date: |
Sun, 24 Apr 2022 23:39:57 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 9024cb26d30dffeb8e0efe061bf73f3caf24b0d8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 18 11:04:29 2022 -0400
gnu: Add python-dictpath.
* gnu/packages/python-xyz.scm (python-dictpath): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6d3c0b69bd..c275b74e7a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27031,6 +27031,25 @@ cryptographically signed ones).")
dictionaries.")
(license license:expat)))
+(define-public python-dictpath
+ (package
+ (name "python-dictpath")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dictpath" version))
+ (sha256
+ (base32 "1n4hq4wbgaw59bbb16nhkgg5wk8sl4iw940vjrgx4xmifqxxw73m"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pytest python-pytest-cov python-pytest-flake8))
+ (home-page "https://github.com/p1c2u/pathable")
+ (synopsis "Object-oriented path library for Python")
+ (description "This object-oriented dictionary path Python library enables
+traversing resources like paths or accessing resources on demand with separate
+accessor layer.")
+ (license license:asl2.0)))
+
(define-public pyzo
(package
(name "pyzo")
- 136/233: gnu: Add python-openapi-schema-validator., (continued)
- 136/233: gnu: Add python-openapi-schema-validator., guix-commits, 2022/04/24
- 138/233: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 157/233: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 142/233: gnu: python-httpx: Update to 0.22.0., guix-commits, 2022/04/24
- 166/233: gnu: python-sparqlkernel: Use gexps and fix inputs., guix-commits, 2022/04/24
- 168/233: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 171/233: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/04/24
- 175/233: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/04/24
- 181/233: gnu: Add python-argparse-addons., guix-commits, 2022/04/24
- 197/233: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/04/24
- 151/233: gnu: Add python-dictpath.,
guix-commits <=
- 174/233: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/04/24
- 184/233: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/04/24
- 186/233: gnu: Add python-mergedeep., guix-commits, 2022/04/24
- 194/233: gnu: Remove python2-jmespath., guix-commits, 2022/04/24
- 133/233: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/04/24
- 204/233: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 219/233: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests., guix-commits, 2022/04/24
- 225/233: gnu: python-sphinxext-opengraph: Update to 0.6.3., guix-commits, 2022/04/24
- 227/233: gnu: python-numpy-documentation: Overhaul package definition., guix-commits, 2022/04/24
- 131/233: gnu: Add texlive-xindy., guix-commits, 2022/04/24