[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: python-dpath: Update to 2.2.0.
From: |
guix-commits |
Subject: |
05/09: gnu: python-dpath: Update to 2.2.0. |
Date: |
Tue, 18 Mar 2025 09:10:46 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 498a3314cd7684c92c7df147b068eb13d9f53884
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 18 13:40:47 2025 +0100
gnu: python-dpath: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-dpath): Update to 2.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Remove python-mock and python-nose; add python-nose2,
python-setuptools, and python-wheel.
Change-Id: I30ca919712b03f868d3e9fed4802817e4602dcda
---
gnu/packages/python-xyz.scm | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 699b0d0569..20ef9efa6b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34596,25 +34596,17 @@ dates in almost any string formats commonly found on
web pages.")
(define-public python-dpath
(package
(name "python-dpath")
- (version "2.0.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dpath" version))
(sha256
(base32
- "1ymi9ssk7i0mx3mviplf4csfvzibdd6wyj4qzj6s487n9xgnp85y"))))
- (build-system python-build-system)
+ "0gkavmc44f9cj3kch68343r2ajsbvbsjcmsmkqhkzsjmvhqfdxrl"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-hypothesis python-mock python-nose))
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (add-installed-pythonpath inputs outputs)
- ;; This invocation is taken from tox.ini.
- (invoke "nosetests" "-d" "-v" "tests/"))))))
+ (list python-hypothesis python-nose2 python-setuptools python-wheel))
(home-page "https://github.com/akesterson/dpath-python")
(synopsis "File-system-like pathing and searching for dictionaries")
(description
- branch python-team updated (f73ece09ab -> 7a7c5ccedc), guix-commits, 2025/03/18
- 04/09: gnu: snakemake-7: Update to 7.32.4., guix-commits, 2025/03/18
- 01/09: gnu: Add python-throttler., guix-commits, 2025/03/18
- 05/09: gnu: python-dpath: Update to 2.2.0.,
guix-commits <=
- 06/09: gnu: python-yte: Update to 1.7.0., guix-commits, 2025/03/18
- 02/09: gnu: Add python-reretry., guix-commits, 2025/03/18
- 08/09: gnu: snakemake-6: Disable one more test., guix-commits, 2025/03/18
- 03/09: gnu: python-toposort: Update to 1.10., guix-commits, 2025/03/18
- 09/09: gnu: python-ratelimiter: Update to 1.2.0.post1., guix-commits, 2025/03/18
- 07/09: gnu: snakemake: Disable one more test., guix-commits, 2025/03/18