diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 23:33:47 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 00:36:56 +0100 |
| commit | 309927a2e5bde806dae763376a3475e4cc262353 (patch) | |
| tree | 9a8a3479ebd5b34d3e164abdd6cf8155b3c91e58 /gnu/packages/python-xyz.scm | |
| parent | 3549922107f8b680322ee4002ca39933604a232b (diff) | |
gnu: python-pathy: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-pathy): Update to 0.11.0.
[propagated-inputs]: Remove python-smart-open; add python-pathlib-abc and
python-smart-open-6.
[native-inputs]: Remove python-wheel.
Change-Id: I84d58b53e808a6e2d1ab183235c689a3864abfcd
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 51799115f1..f95ab650d0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14079,18 +14079,22 @@ older Python versions.") (define-public python-pathy (package (name "python-pathy") - (version "0.10.1") + (version "0.11.0") (source (origin (method url-fetch) (uri (pypi-uri "pathy" version)) (sha256 (base32 - "12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc")))) + "0vbhcfg8g74g90bzmdgxr1jyvwhadvlr2w9wyvs6xxwb1dmhwgdv")))) (build-system pyproject-build-system) + (native-inputs + (list python-mock + python-pytest + python-setuptools)) (propagated-inputs - (list python-smart-open python-typer)) - (native-inputs (list python-mock python-pytest python-setuptools - python-wheel)) + (list python-pathlib-abc + python-smart-open-6 + python-typer)) (home-page "https://github.com/justindujardin/pathy") (synopsis "Path interface for local and cloud bucket storage") (description "Pathy is a python package (with type annotations) for |
