mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
3549922107
commit
309927a2e5
1 changed files with 9 additions and 5 deletions
|
@ -14079,18 +14079,22 @@ older Python versions.")
|
||||||
(define-public python-pathy
|
(define-public python-pathy
|
||||||
(package
|
(package
|
||||||
(name "python-pathy")
|
(name "python-pathy")
|
||||||
(version "0.10.1")
|
(version "0.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pathy" version))
|
(uri (pypi-uri "pathy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc"))))
|
"0vbhcfg8g74g90bzmdgxr1jyvwhadvlr2w9wyvs6xxwb1dmhwgdv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-mock
|
||||||
|
python-pytest
|
||||||
|
python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-smart-open python-typer))
|
(list python-pathlib-abc
|
||||||
(native-inputs (list python-mock python-pytest python-setuptools
|
python-smart-open-6
|
||||||
python-wheel))
|
python-typer))
|
||||||
(home-page "https://github.com/justindujardin/pathy")
|
(home-page "https://github.com/justindujardin/pathy")
|
||||||
(synopsis "Path interface for local and cloud bucket storage")
|
(synopsis "Path interface for local and cloud bucket storage")
|
||||||
(description "Pathy is a python package (with type annotations) for
|
(description "Pathy is a python package (with type annotations) for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue