diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-03-18 13:40:47 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:16 +0200 |
| commit | f7ac711df555c7de8a59ca50b8a568d4ec3e9674 (patch) | |
| tree | 1fd7aee72e9f5a80739c7e26f9044033e9b8e848 /gnu/packages/python-xyz.scm | |
| parent | 1dc317fbbd887f5bc80a433151d2805af844c74e (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e0851455a2..4b35a4d901 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34853,25 +34853,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 |
