[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: gnu: Add python-pathy.
From: |
guix-commits |
Subject: |
13/14: gnu: Add python-pathy. |
Date: |
Thu, 8 Jun 2023 04:38:18 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d3934c7cc250cf9bc539504fcdb7cd3717b8a6bd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 8 10:22:41 2023 +0200
gnu: Add python-pathy.
* gnu/packages/python-xyz.scm (python-pathy): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cb323b5279..98abf038a5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9441,6 +9441,28 @@ 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.10.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "pathy" version))
+ (sha256
+ (base32
+ "12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-dataclasses python-smart-open python-typer))
+ (native-inputs (list python-mock python-pytest))
+ (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")
- branch master updated (e8f9fb3e03 -> 266e54d7cb), guix-commits, 2023/06/08
- 02/14: gnu: Add python-duckdb., guix-commits, 2023/06/08
- 01/14: gnu: python-pyarrow: Include dataset support., guix-commits, 2023/06/08
- 08/14: gnu: yoshimi: Update to 2.3.0., guix-commits, 2023/06/08
- 04/14: gnu: Add python-srsly., guix-commits, 2023/06/08
- 13/14: gnu: Add python-pathy.,
guix-commits <=
- 11/14: gnu: Add python-blis-for-thinc., guix-commits, 2023/06/08
- 14/14: gnu: Add python-spacy., guix-commits, 2023/06/08
- 03/14: gnu: Add python-pubmed-parser., guix-commits, 2023/06/08
- 07/14: gnu: Add python-blis., guix-commits, 2023/06/08
- 10/14: gnu: Add python-spacy-loggers., guix-commits, 2023/06/08
- 05/14: gnu: Add python-confection., guix-commits, 2023/06/08
- 09/14: gnu: Add python-spacy-legacy., guix-commits, 2023/06/08
- 06/14: gnu: blis: Update to 0.9.0., guix-commits, 2023/06/08
- 12/14: gnu: Add python-thinc., guix-commits, 2023/06/08