mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pathy: Move to python-web.
* gnu/packages/python-xyz.scm (python-pathy): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I6e8bc42e2ea2b57cd9b5d4b54b7618339edaf520
This commit is contained in:
parent
309927a2e5
commit
25f4edfb88
2 changed files with 27 additions and 27 deletions
|
@ -1339,6 +1339,33 @@ feaatures are:
|
||||||
in Python 3.13 by PEP-594.")
|
in Python 3.13 by PEP-594.")
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
|
(define-public python-pathy
|
||||||
|
(package
|
||||||
|
(name "python-pathy")
|
||||||
|
(version "0.11.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pathy" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vbhcfg8g74g90bzmdgxr1jyvwhadvlr2w9wyvs6xxwb1dmhwgdv"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-mock
|
||||||
|
python-pytest
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(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
|
||||||
|
working with Cloud Bucket storage providers using a @code{pathlib} interface.
|
||||||
|
It provides @code{pathlib.Path} subclasses for local and cloud bucket
|
||||||
|
storage.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-portend
|
(define-public python-portend
|
||||||
(package
|
(package
|
||||||
(name "python-portend")
|
(name "python-portend")
|
||||||
|
|
|
@ -14076,33 +14076,6 @@ all the newest features of the standard @code{pathlib} can be used also on
|
||||||
older Python versions.")
|
older Python versions.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pathy
|
|
||||||
(package
|
|
||||||
(name "python-pathy")
|
|
||||||
(version "0.11.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "pathy" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0vbhcfg8g74g90bzmdgxr1jyvwhadvlr2w9wyvs6xxwb1dmhwgdv"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list python-mock
|
|
||||||
python-pytest
|
|
||||||
python-setuptools))
|
|
||||||
(propagated-inputs
|
|
||||||
(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
|
|
||||||
working with Cloud Bucket storage providers using a @code{pathlib} interface.
|
|
||||||
It provides @code{pathlib.Path} subclasses for local and cloud bucket
|
|
||||||
storage.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public python-importlib-resources
|
(define-public python-importlib-resources
|
||||||
(package
|
(package
|
||||||
(name "python-importlib-resources")
|
(name "python-importlib-resources")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue