summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f95ab650d0..0950175c70 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14076,33 +14076,6 @@ all the newest features of the standard @code{pathlib} can be used also on
older Python versions.")
(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
(package
(name "python-importlib-resources")